Share via


candidate property

[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 candidate attribute is the RTCIceCandidate object with the new ICE candidate that caused the event. This attribute is set to null when an event is generated to indicate the end of candidate gathering.

This property is read-only.

Syntax

JavaScript
candidate = object.candidate

 

Property values

Type: RTCIceCandidate

See also

RTCPeerConnectionIceEvent