Connecting

data class Connecting(val connectionConf: ConnectionConf, val connectionType: VideoSocketConnectionType) : VideoSocketState

State of socket when connection is being establishing.

Constructors

Link copied to clipboard
constructor(connectionConf: ConnectionConf, connectionType: VideoSocketConnectionType)

Properties

Link copied to clipboard