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