videosphere
    Preparing search index...

    Cross Publish destination shown in the draft editor (SermonAudio dashboard feature).

    interface SermonAudioCrossPublishDestinationConfig {
        id: SermonAudioCrossPublishTarget;
        label: string;
        options: readonly SermonAudioCrossPublishOptionDef[];
        supportsLinkMessage: boolean;
        supportsVideoMetadata: boolean;
        supportsPrivacy: boolean;
    }
    Index

    Properties

    Storage key under platforms.sermon_audio.crossPublish.

    label: string

    User-facing label.

    Platform-specific Cross Publish toggles available in the SermonAudio dashboard.

    supportsLinkMessage: boolean

    When true, show the description field while post link is enabled.

    supportsVideoMetadata: boolean

    When true, show title and description fields while full-video upload is enabled.

    supportsPrivacy: boolean

    When true, show YouTube visibility while full-video upload is enabled.