videosphere
    Preparing search index...

    Interface SermonAudioCrossPublishPlatformSettings

    Cross Publish options for one social destination (SermonAudio dashboard feature).

    interface SermonAudioCrossPublishPlatformSettings {
        postLink?: boolean;
        uploadFullVideo?: boolean;
        uploadVideoPreview?: boolean;
        linkMessage?: string;
        title?: string;
        description?: string;
        privacy?: SermonAudioCrossPublishYouTubePrivacy;
    }
    Index

    Properties

    postLink?: boolean

    Post a link to the sermon (Facebook, X, and Instagram).

    uploadFullVideo?: boolean

    Upload the full sermon video (YouTube; Facebook with postLink maps to SA useVideoClip).

    uploadVideoPreview?: boolean

    Upload a video preview clip (X/Twitter and Instagram with postLink; maps to SA useVideoClip).

    linkMessage?: string

    Custom message when postLink is enabled (Facebook, X, and Instagram).

    title?: string

    YouTube video title when uploadFullVideo is enabled (maps to SA title on google).

    description?: string

    YouTube video description when uploadFullVideo is enabled (maps to SA message on google).

    YouTube visibility when uploadFullVideo is enabled (maps to SA privacy on google).