P2P Media Loader Documentation
    Preparing search index...

    Type Alias PeerDetails

    Represents the details of a peer in a peer-to-peer network.

    type PeerDetails = {
        peerId: string;
        streamType: StreamType;
    }
    Index

    Properties

    Properties

    peerId: string

    The unique identifier for a peer in the network.

    streamType: StreamType

    The type of stream that the peer is connected to.