Interface YospaceServerSideAdInsertionConfiguration

Represents a configuration for server-side ad insertion with the Yospace pre-integration.

Remarks


- Available since v2.14.7.

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

Hierarchy (view full)

Properties

integration: "yospace"

The identifier for the SSAI pre-integration.

streamType?: YospaceStreamType

The type of the requested stream.

Default Value

'live'