videosphere
    Preparing search index...

    Upload metadata defaults read from the connected YouTube account.

    interface YouTubeAccountDefaults {
        defaultAudioLanguage?: string;
        madeForKids?: boolean;
        categoryId?: string;
        license?: "youtube" | "creativeCommon";
        embeddable?: boolean;
    }
    Index

    Properties

    defaultAudioLanguage?: string

    BCP-47 audio language from the channel or most recent upload (snippet.defaultAudioLanguage).

    madeForKids?: boolean

    From channel status.selfDeclaredMadeForKids or status.madeForKids.

    categoryId?: string

    From the nearest upcoming live broadcast video, then saved profile defaults.

    license?: "youtube" | "creativeCommon"

    From the most recent upload's status.license.

    embeddable?: boolean

    From the most recent upload's status.embeddable.