WebIDLpedia

RTCIceGatherOptions dictionary

Definition

IceTransport Extensions for WebRTC defines RTCIceGatherOptions



dictionary RTCIceGatherOptions {
             RTCIceTransportPolicy     gatherPolicy = "all";
             sequence<RTCIceServer> iceServers;
};

Referring IDL interfaces/dictionaries