@dolbyio/dolbyio-rest-apis-client - v6.0.0
    Preparing search index...

    Interface ReprioritizeOptions

    Represents the options to reprioritize a stream.

    interface ReprioritizeOptions {
        tokenId: number;
        updatePriority: number;
    }
    Index

    Properties

    tokenId: number

    Specify the token associated with stream that requires an updated priority. Please ensure that the token is assign a single streamId by calling Read Token, otherwise unexpected streams will be assigned the new priority on reconnection.

    updatePriority: number

    New priority for the stream.