THEOplayer Web SDK
    Preparing search index...

    Interface EndpointLoadedEvent

    Fired 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 EndpointLoadedEvent {
        date: Date;
        type: "endpointloaded";
    }

    Hierarchy (View Summary)

    • Event<"endpointloaded">
      • EndpointLoadedEvent
    Index

    Properties

    Properties

    date: Date

    The creation date of the event.

    type: "endpointloaded"

    The type of the event.