videosphere
    Preparing search index...

    Cross Publish payload nested under socialSharingSettings on sermon PATCH/PUT. Matches the SermonAudio dashboard and OpenAPI SocialSharingSettingsAPIParam.

    interface SermonAudioSocialSharingSettings {
        platforms: SermonAudioSocialSharingSettingsPlatformEntry[];
        google?: boolean;
        facebook?: boolean;
        twitter?: boolean;
        instagram?: boolean;
    }
    Index

    Properties

    Per-destination Cross Publish options for selected platforms.

    google?: boolean

    When true, cross-post to YouTube (google platform entry).

    facebook?: boolean

    When true, cross-post to Facebook.

    twitter?: boolean

    When true, cross-post to X/Twitter.

    instagram?: boolean

    When true, cross-post to Instagram.