videosphere
    Preparing search index...

    Patch for writable videos.snippet fields on a live broadcast's underlying video.

    interface YouTubeBroadcastSnippetPatch {
        categoryId?: string;
        tags?: readonly string[];
        defaultAudioLanguage?: string;
    }
    Index

    Properties

    categoryId?: string

    YouTube category id.

    tags?: readonly string[]

    Normalized tag list to store on the video.

    defaultAudioLanguage?: string

    BCP-47 stream language (snippet.defaultAudioLanguage).