RTCPeerConnectionIceEventInit Dictionary object

[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.]

The RTCPeerConnectionIceEventInit dictionary has a single member that is an RTCIceCandidate object with the new ICE candidate that caused the peer connection event.

Dictionary

Member Type Description
candidate RTCIceCandidate The RTCIceCandidate object with the new ICE candidate that caused the event. Set to null by default.

 

See also

RTCPeerConnectionIceEvent