Skip to main content

Connection URL

Query Parameters

Connection Example

Message Format

Every WebSocket message is a JSON object with:

First Event: roomInfo

The first event you receive after connecting is always roomInfo with the room metadata:

Connection Limits

Reconnection

If the WebSocket disconnects, implement exponential backoff:
See Close Codes for all possible close reasons.