Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetSessionDetailStreamUrl

    GetSessionDetailStreamUrl sub-interface for GetSessionDetailResponseData

    interface GetSessionDetailStreamUrl {
        domain_id?: number;
        play_url?: string;
        push_key?: string;
        push_url?: string;
    }
    Index

    Properties

    domain_id?: number

    The identifier of the stream domain, need to be passed in request for v2.livestream.start_session.

    play_url?: string

    The pull stream url of the livestream session.

    push_key?: string

    The push stream key for the livestream session.

    push_url?: string

    The push stream url for the livestream session.