@dolbyio/dolbyio-rest-apis-client - v5.1.1
    Preparing search index...

    Interface PublishResponse

    Represents the response to a publish request.

    interface PublishResponse {
        iceServers: { credential?: string; urls: string[]; userName?: string }[];
        jwt: string;
        streamAccountId: string;
        subscribeRequiresAuth: boolean;
        urls: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    iceServers: { credential?: string; urls: string[]; userName?: string }[]

    List of ICE servers.

    Type Declaration

    • Optionalcredential?: string

      Credential to authenticate requests to the ICE server.

    • urls: string[]

      List of URLs to access this ICE server.

    • OptionaluserName?: string

      Username to authenticate requests to the ICE server.

    jwt: string

    The JWT token used for authentication.

    streamAccountId: string

    Dolby Millicast account ID.

    subscribeRequiresAuth: boolean

    true if subscribing to this stream requires a subscribe token.

    urls: string[]

    List of URLs.