SfuSocketState
Types
Link copied to clipboard
State of socket when the connection is established.
Link copied to clipboard
data class Connecting(val connectionConf: ConnectionConf.SfuConnectionConf, val connectionType: ERROR CLASS: Symbol not found for WebsocketReconnectStrategy = WebsocketReconnectStrategy.WEBSOCKET_RECONNECT_STRATEGY_UNSPECIFIED) : SfuSocketState
State of socket when connection is being establishing.
Link copied to clipboard
State of socket when connection is being disconnected.
Link copied to clipboard
data class RestartConnection(val reason: RestartReason, val reconnectStrategy: ERROR CLASS: Symbol not found for WebsocketReconnectStrategy) : SfuSocketState