API Reference
    Preparing search index...

    Type Alias PeerConnectionState

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

    Possible peer connection states.