videosphere
    Preparing search index...

    Interface LivestreamPlatforms

    Per-platform metadata on a livestream (inside document JSON). Publish targets use platforms.youtube and platforms.facebook.

    interface LivestreamPlatforms {
        youtube?: YouTubeLivestreamFields;
        facebook?: FacebookLivestreamFields;
    }
    Index

    Properties

    Properties