RTCIceGatherOptions Dictionary object
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. |