THEOplayer Web SDK
    Preparing search index...

    Interface TheoLiveConfiguration

    A configuration to configure THEOlive playback.

    interface TheoLiveConfiguration {
        discoveryHeader?: string;
        externalSessionId?: string;
        fallbackEnabled?: boolean;
    }
    Index

    Properties

    discoveryHeader?: string
    externalSessionId?: string

    An id used to report usage analytics, if not explicitely given a random UUID is used.

    fallbackEnabled?: boolean

    Whether this player should fallback or not when it has a fallback configured.