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

    Interface CreateSessionRequest

    Request parameters for create_session

    Create a new live stream, include basic information, like cover, title, description, type (test live or normal live). (For TW, ID, TH, PH, MY, SG, VN)

    interface CreateSessionRequest {
        cover_image_url: string;
        description?: string;
        is_test?: boolean;
        title: string;
    }
    Index

    Properties

    cover_image_url: string

    The cover image URL of livestream session.Please call the v2.livestream.upload_image to upload the cover image file and get the cover_image_url.

    description?: string

    The description of livestream session, cannot exceed 200 characters.

    is_test?: boolean

    Indicate whether the livestream session is for testing purpose only.

    title: string

    The title of livestream session, cannot exceed 200 characters.