Share via


onicegatheringstatechange 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 iceGatheringState of the RTCPeerConnection has changed.

Syntax

Event Property object.onicegatheringstatechange = handler;

 

Event handler parameters

  • handler [in]
    Type: Function

    An event handler to call when the gathering state of the RTCPeerConnection has changed.

Standards information

See also

RTCPeerConnection