Interface PublicationLoadedEvent

Fired when the loading of a THEOlive publication is complete and playback can start. This event is dispatched on publication reloads as well, which can happen when an error is encountered or the player fallbacks.

interface PublicationLoadedEvent {
    date: Date;
    publicationId: string;
    type: "publicationloaded";
}

Hierarchy (view full)

  • Event<"publicationloaded">
    • PublicationLoadedEvent

Properties

date: Date

The creation date of the event.

publicationId: string
type: "publicationloaded"

The type of the event.