generated from pure_sagacity/turborepo-starter-project
21 lines
301 B
YAML
21 lines
301 B
YAML
info:
|
|
name: join
|
|
type: websocket
|
|
seq: 3
|
|
|
|
websocket:
|
|
url: ws://localhost:3000/realtime
|
|
message:
|
|
type: json
|
|
data: |-
|
|
{
|
|
"type": "join",
|
|
"username": "camila",
|
|
"roomId": "67676767676767"
|
|
}
|
|
auth: inherit
|
|
|
|
settings:
|
|
timeout: 0
|
|
keepAliveInterval: 0
|