Interface TheoLiveEndpointLoadedEvent

Dispatched when the loading of a THEOlive endpoint is complete and playback can start. This event is dispatched on every endpoint load, when an error is encountered and the player recovers by choosing a new one.

interface TheoLiveEndpointLoadedEvent {
    date: Date;
    endpoint?: TheoLiveEndpoint;
    subType: TheoLiveEventType;
    type: THEOLIVE_EVENT;
}

Hierarchy (view full)

Properties

date: Date

The creation date of the event.

endpoint?: TheoLiveEndpoint

The endpoint info

Platform

Android
Web

Type of THEOlive event.

The type of the event.