Connected

data class Connected(val iceConnectionState: MxPeerConnectionState) : CallState

Connected. Incoming/Outgoing call, ice layer connecting or connected Notice that the PeerState failed is not always final, if you switch network, new ice candidtates could be exchanged, and the connection could go back to connected

Constructors

Link copied to clipboard
fun Connected(iceConnectionState: MxPeerConnectionState)

Properties

Link copied to clipboard
val iceConnectionState: MxPeerConnectionState