Definition
WebRTC: Real-Time Communication in Browsers defines RTCIceGatheringState
enum RTCIceGatheringState {
"new",
"gathering",
"complete"
};
RTCIceGatheringState
enumWebRTC: Real-Time Communication in Browsers defines RTCIceGatheringState
enum RTCIceGatheringState {
"new",
"gathering",
"complete"
};