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 and X only).

    uploadFullVideo?: boolean

    Upload the full sermon video (YouTube and Facebook).

    uploadVideoPreview?: boolean

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

    linkMessage?: string

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

    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).