Interface TheoLiveIntentToFallbackEvent

Fired when the player cannot play the current primary publication and would like to fallback. If a fallback has been configured it will fallback, otherwise only the event is fired.

interface TheoLiveIntentToFallbackEvent {
    date: Date;
    reason?: PlayerError;
    subType: TheoLiveEventType;
    type: THEOLIVE_EVENT;
}

Hierarchy (view full)

Properties

date: Date

The creation date of the event.

reason?: PlayerError

The reason why the player chose to fallback.

Type of THEOlive event.

The type of the event.