Interface TheoLiveConfiguration

The configuration THEOlive playback.

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

Properties

analyticsDisabled?: boolean

Whether THEOlive analytics should be disabled or not.

Remarks


- Available on Android only.

Default Value

false

discoveryHeader?: string

An optional header that can be passed during discovery.

Remarks


- Available on Web only.

externalSessionId?: string

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

Remarks


- Available on Web and Android only.

fallbackEnabled?: boolean

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

Remarks


- Available on Web only.