THEOplayer React Native Connectors
    Preparing search index...

    Interface DefaultMetadata

    DefaultMetadata can be set during player creation, and this contains source independent data.

    https://developer.bitmovin.com/playback/docs/configuration-analytics

    interface DefaultMetadata {
        cdnProvider?: string;
        customData?: CustomData;
        customUserId?: string;
    }
    Index

    Properties

    cdnProvider?: string

    Setting the CDN provider in the configuration allows you to use CDN as a breakdown or global filter in the Bitmovin Analytics Dashboard and API. This will enable you to compare the performance of the different CDN providers that you’re using.

    customData?: CustomData

    The customData fields.

    customUserId?: string

    The customUserId fields.