videosphere
    Preparing search index...

    Cross Publish fields merged into the sermon create POST body.

    interface SermonAudioSocialSharingCreateFields {
        socialSharing: SermonAudioSocialSharingCreateEntry[];
        social_sharing_video_clip?: { start: number; end: number };
    }
    Index

    Properties

    Per-destination Cross Publish options (array form used by the live SA API).

    social_sharing_video_clip?: { start: number; end: number }

    Preview clip range (seconds) when X video preview is enabled.