THEOplayer Web SDK
    Preparing search index...

    Interface StreamOneConfiguration

    Describes the configuration of the Stream One integration.


    - Available since v2.32.0.

    interface StreamOneConfiguration {
        accountID: string;
        integration: "streamone";
        itemID: string;
        itemTitle: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountID: string

    The identifier of the StreamOne account.

    integration: "streamone"

    The identifier of the analytics integration.

    itemID: string

    The identifier of the StreamOne content item.

    itemTitle: string

    The title of the StreamOne content item.