StreamWebSocketEvent

Types

Link copied to clipboard
data class Error(val streamError: Error, val reconnectStrategy: ERROR CLASS: Symbol not found for WebsocketReconnectStrategy?? = null) : StreamWebSocketEvent
Link copied to clipboard

The underlying transport WebSocket connection has been opened (the HTTP→WS upgrade completed). Note this is distinct from the application-level "connected" signal, which only happens once the server delivers its handshake response (e.g. SFU SfuDataEvent/JoinResponse).

Link copied to clipboard
data class SfuMessage(val sfuEvent: SfuDataEvent) : StreamWebSocketEvent
Link copied to clipboard
data class VideoMessage(val videoEvent: VideoEvent) : StreamWebSocketEvent