videosphere
    Preparing search index...

    One Cross Publish destination in the sermon create socialSharing array.

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

    Properties

    SermonAudio social platform id (google = YouTube).

    message: string

    Required by SA (message on SocialSharingSettingsPlatformAPIParam).

    title?: string

    YouTube video title (title on SocialSharingSettingsPlatformAPIParam).

    privacy?: string

    YouTube visibility (privacy on SocialSharingSettingsPlatformAPIParam).

    useVideoClip?: boolean

    When true, attach the configured preview clip (X video preview).