iceConnectionState
The iceConnectionState
read-only property of the RTCPeerConnection interface returns a string which state of the ICE agent associated with the RTCPeerConnection: new
, checking
, connected
, completed
, failed
, disconnected
, and closed
.