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

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

Hierarchy

Properties

integration: "yospace"

The identifier for the Yospace integration.

streamType?: YospaceStreamType

The type of the requested stream.

Default Value

'live'

Generated using TypeDoc