THEOplayer React Native Connectors
    Preparing search index...

    Interface YospaceSSAIConfiguration

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

    interface YospaceSSAIConfiguration {
        integration: "yospace";
        sessionProperties?: YospaceSessionProperties;
        streamType?: YospaceStreamType;
    }

    Hierarchy

    Index

    Properties

    integration: "yospace"

    The identifier for the SSAI pre-integration.

    sessionProperties?: YospaceSessionProperties

    Custom session properties.

    streamType?: YospaceStreamType

    The type of the requested stream.

    'live'