Type Alias RTCPeerConnectionState

    RTCPeerConnectionState:
        | "closed"
        | "connected"
        | "connecting"
        | "disconnected"
        | "failed"
        | "new"