Call State
Types
Link copied to clipboard
data class Connected(val iceConnectionState: MxPeerConnectionState) : CallState
Content copied to clipboard
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
Link copied to clipboard
CreateOffer. Intermediate state between Idle and Dialing.
Link copied to clipboard
Ended. Incoming/Outgoing call, the call is terminated
Link copied to clipboard
Local ringing. Incoming call offer received