videosphere
    Preparing search index...

    One Cross Publish destination in socialSharingSettings.platforms.

    interface SermonAudioSocialSharingSettingsPlatformEntry {
        platform: SermonAudioSocialSharingPlatform;
        message: string;
        title?: string;
        privacy?: string;
        useVideoClip?: boolean;
    }
    Index

    Properties

    SermonAudio social platform id (google = YouTube).

    message: string

    Post message (message on SocialSharingSettingsPlatformAPIParam).

    title?: string

    YouTube video title when uploading full video to YouTube.

    privacy?: string

    YouTube visibility when uploading full video to YouTube.

    useVideoClip?: boolean

    When true, include video with the cross-post (Facebook full video or X preview clip); when false, link only.