Skip to main content

Errors

In the following cases, the websocket connection can't be established.

Invalid or missing API key

The WebSocket will close the connection with the following message:

{ "type": "disconnect", "reason": "unauthorized", "reconnect": false }

Invalid or missing "room_id"

The WebSocket will close the connection with the following message:

{ "type": "disconnect", "reason": "unauthorized", "reconnect": false }