THEOplayer Web SDK Connectors
    Preparing search index...

    Interface YospaceServerSideAdInsertionConfiguration

    Represents a configuration for server-side ad insertion with Yospace using the YospaceConnector.

    interface YospaceServerSideAdInsertionConfiguration {
        integration: "yospace";
        streamType?: YospaceStreamType;
    }

    Hierarchy

    Index

    Properties

    integration: "yospace"

    The identifier for the Yospace integration.

    streamType?: YospaceStreamType

    The type of the requested stream.

    'live'