VideoSocketState
Types
Link copied to clipboard
State of socket when the connection is established.
Link copied to clipboard
data class Connecting(val connectionConf: ConnectionConf, val connectionType: VideoSocketConnectionType) : VideoSocketState
State of socket when connection is being establishing.
Link copied to clipboard
State of socket when connection is being disconnected.
Link copied to clipboard
State of socket when connection need to be reestablished.