Interface TheoLiveConfiguration

A configuration to configure THEOlive playback.

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

Properties

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.