peerix - v0.1.0
    Preparing search index...

    Type Alias PeerConnectionState

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

    Peer connection state.