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 {
    channelName: string;
    date: Date;
    publicationId: string;
    type: "publicationloaded";
}

Hierarchy (View Summary)

  • Event<"publicationloaded">
    • PublicationLoadedEvent

Properties

channelName: string
date: Date

The creation date of the event.

publicationId: string
type: "publicationloaded"

The type of the event.