THEOplayer Web SDK
    Preparing search index...

    Interface DistributionOfflineEvent

    Fired when loading a THEOlive distribution that cannot be played, for example because the publication is stopped or is still starting up.

    interface DistributionOfflineEvent {
        date: Date;
        distributionId: string;
        type: "distributionoffline";
    }

    Hierarchy (View Summary)

    • Event<"distributionoffline">
      • DistributionOfflineEvent
    Index

    Properties

    date: Date

    The creation date of the event.

    distributionId: string
    type: "distributionoffline"

    The type of the event.