P2P Media Loader Documentation
    Preparing search index...

    Type Alias TrackerWarningDetails

    type TrackerWarningDetails = {
        streamType: StreamType;
        warning: unknown;
    }
    Index

    Properties

    Properties

    streamType: StreamType

    The type of stream that the tracker is for.

    warning: unknown

    The warning that occurred during the tracker request.