P2P Media Loader Documentation
    Preparing search index...

    Type Alias PeerWarningDetails

    Represents the details of a peer warning event.

    type PeerWarningDetails = {
        peerId: string;
        infoHash: string;
        streamType: StreamType;
        warning: PeerWarning;
    }
    Index

    Properties

    peerId: string

    The unique identifier for a peer in the network.

    infoHash: string

    The info hash of the swarm that the peer is part of.

    streamType: StreamType

    The type of stream that the peer is connected to.

    warning: PeerWarning

    The warning that occurred during the peer-to-peer connection.