Share via


oniceconnectionstatechange event

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

This event fires when the iceConnectionState of the RTCPeerConnection has changed.

Syntax

Event Property object.oniceconnectionstatechange = handler;

 

Event handler parameters

  • handler [in]
    Type: Function

    An event handler to call when the iceConnectionState has changed.

See also

RTCPeerConnection