Documentation
    Preparing search index...

    Type Alias WebRTCPeer

    WebRTC peer

    type WebRTCPeer = {
        connection: RTCPeerConnection;
        uid: string;
        username: string;
    }
    Index

    Properties

    connection: RTCPeerConnection

    Remote connection to stream

    uid: string

    Peer connection UID

    username: string

    Peer username