The RTCIceGathererState enumerated type provides the string values which can be returned by an RTCIceTransport object's gatheringState.
Values
"new"- The
RTCIceTransportis 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
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
No compatibility data found. Please contribute data for "api.RTCIceGathererState" (depth: 1) to the MDN compatibility data repository.
