Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface CreateSessionParams

    Parameters for creating a livestream session

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

    Properties

    cover_image_url: string

    The cover image URL of livestream session

    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