Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides options relating to the gathering of ICE candidates. Used to construct the RTCIceGatherer
.
Standards information
Object RTC (ORTC) API for WebRTC
dictionary RTCIceGatherOptions { RTCIceGatherPolicy gatherPolicy; sequence iceservers; MSPortRange portRange; };
Dictionary Member | Type | Description |
---|---|---|
gatherPolicy | RTCIceGatherPolicy |
The ICE gather policy. |
iceservers | sequence<RTCIceServer Dictionary > |
The ICE servers to be configured. |
portRange | MSPortRange | The port range to use for local candidates. |