P2P Media Loader Documentation
    Preparing search index...

    Type Alias DynamicStreamProperties

    DynamicStreamProperties:
        | "highDemandTimeWindow"
        | "httpDownloadInitialTimeoutMs"
        | "httpDownloadTimeWindow"
        | "p2pDownloadTimeWindow"
        | "simultaneousHttpDownloads"
        | "simultaneousP2PDownloads"
        | "webRtcMaxMessageSize"
        | "p2pNotReceivingBytesTimeoutMs"
        | "p2pInactiveLoaderDestroyTimeoutMs"
        | "httpNotReceivingBytesTimeoutMs"
        | "httpErrorRetries"
        | "p2pErrorRetries"
        | "validateP2PSegment"
        | "httpRequestSetup"
        | "isP2PDisabled"
        | "isP2PUploadDisabled"

    Represents a set of properties that can be dynamically modified at runtime.