videosphere
    Preparing search index...

    Input for creating a Facebook LiveVideo via POST /{page-id}/live_videos.

    interface CreateFacebookLiveVideoInput {
        title: string;
        description?: string;
    }
    Index

    Properties

    Properties

    title: string

    Live video title.

    description?: string

    Optional live video description.