RTCIceGathererState

The RTCIceGathererState enumerated type provides the string values which can be returned by an RTCIceTransport object's gatheringState.

Values

"new"
The RTCIceTransport is newly created and has not yet started to gather ICE candidates.
"gathering"
The transport is in the process of gathering candidates.
"complete"
The transport has finished gathering ICE candidates and has sent the end-of-candidates indicator to the remote device. The transport won't gather any further candidates unless an ICE restart occurs, at which point the gathering process starts over from scratch.

Specifications

Specification Status Comment
WebRTC 1.0: Real-time Communication Between Browsers
The definition of 'RTCIceGathererState' in that specification.
Candidate Recommendation Initial definition.

Browser compatibility

No compatibility data found. Please contribute data for "api.RTCIceGathererState" (depth: 1) to the MDN compatibility data repository.