THEOplayer Web SDK
    Preparing search index...

    Interface PublicationOfflineEvent

    Fired when loading a THEOlive publication that cannot be played, for example because the publication is stopped.

    interface PublicationOfflineEvent {
        date: Date;
        publicationId: string;
        type: "publicationoffline";
    }

    Hierarchy (View Summary)

    • Event<"publicationoffline">
      • PublicationOfflineEvent
    Index

    Properties

    date: Date

    The creation date of the event.

    publicationId: string
    type: "publicationoffline"

    The type of the event.