videosphere
    Preparing search index...

    Interface YouTubeUserDefaults

    User-saved default values for YouTube upload fields on the profile. Persisted under platformDefaults.youtube and updated via GET/PATCH /api/auth/profile. The draft and livestream editors seed platforms.youtube from /api/platforms/youtube/account-defaults, which merges these profile defaults on top of values read from YouTube.

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

    Properties

    madeForKids?: boolean
    defaultAudioLanguage?: string

    BCP-47 audio language (snippet.defaultAudioLanguage; distinct from defaultLanguage).

    license?: "youtube" | "creativeCommon"
    embeddable?: boolean
    categoryId?: string