Definition
WebRTC: Real-Time Communication in Browsers defines RTCPeerConnectionState
enum RTCPeerConnectionState {
  "closed",
  "failed",
  "disconnected",
  "new",
  "connecting",
  "connected"
};RTCPeerConnectionState enumWebRTC: Real-Time Communication in Browsers defines RTCPeerConnectionState
enum RTCPeerConnectionState {
  "closed",
  "failed",
  "disconnected",
  "new",
  "connecting",
  "connected"
};