videosphere
    Preparing search index...

    Writable videos.status fields for a live broadcast's underlying video.

    interface YouTubeBroadcastStatusPatch {
        license?: "youtube" | "creativeCommon";
        privacyStatus?: "public" | "unlisted" | "private";
        embeddable?: boolean;
    }
    Index

    Properties

    license?: "youtube" | "creativeCommon"

    Standard YouTube license vs Creative Commons.

    privacyStatus?: "public" | "unlisted" | "private"

    Video privacy; included on update so YouTube accepts other status fields.

    embeddable?: boolean

    When false, the video cannot be embedded on other sites.