P2P Media Loader Documentation
    Preparing search index...

    Type Alias TrackerWarningDetails

    type TrackerWarningDetails = {
        trackerUrl: string;
        infoHash: string;
        streamType: StreamType;
        warning: TrackerWarning;
    }
    Index

    Properties

    trackerUrl: string

    The tracker URL.

    infoHash: string

    The info hash of the swarm that the tracker is for.

    streamType: StreamType

    The type of stream that the tracker is for.

    The warning that occurred during the tracker request.