Interface TheoLiveConfiguration

A configuration to configure THEOlive playback.

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

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.