videosphere
    Preparing search index...

    Interface PlatformUploadDocumentStored

    Defines the shape of platform upload document stored.

    interface PlatformUploadDocumentStored {
        title: string;
        description: string;
        tags: readonly string[];
        visibility: PlatformUploadVisibility;
        categoryId?: string;
        madeForKids?: boolean;
        vimeoCategoryUris?: string[];
        draftYoutube?: YouTubeDraftFields;
        draftVimeo?: VimeoDraftFields;
        sermonAudioAutoPublishOnProcessed?: boolean;
    }
    Index

    Properties

    title: string
    description: string
    tags: readonly string[]
    categoryId?: string

    YouTube: snippet.categoryId from the draft when set.

    madeForKids?: boolean

    YouTube: status.selfDeclaredMadeForKids when set.

    vimeoCategoryUris?: string[]

    Vimeo: category URIs from the draft when set.

    draftYoutube?: YouTubeDraftFields

    Audit: platforms.youtube from the draft at distribute time.

    draftVimeo?: VimeoDraftFields

    Audit: platforms.vimeo from the draft at distribute time.

    sermonAudioAutoPublishOnProcessed?: boolean

    SermonAudio: whether auto-publish after processing was enabled at distribute time.