Results 261 - 280 of 1,081

RTCIceServer

The RTCIceServer dictionary defines how to connect to a single ICE server (such as a STUN or TURN server). It includes both the URL and the necessary credentials, if any, to connect to the server.
Authentication Configuration Dictionary Experimental ICE RTCIceServer WebRTC

RTCPeerConnection.connectionState

The read-only connectionState property of the RTCPeerConnection interface indicates the current state of the peer connection by returning one of the string values specified by the enum RTCPeerConnectionState.
connectionState Experimental Property Reference RTCPeerConnection WebRTC