Share via


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

A dictionary signifying that all RTCIceCandidates are gathered.

Syntax

dictionary RTCIceCandidateComplete {
             boolean complete = true;
};

Property values

Type: Boolean

This attribute is always present and set to true (default), indicating that ICE candidate gathering is complete.

Standards information

See also

RTCIceGatherer