THEOplayer Web SDK
    Preparing search index...

    Interface MillicastStatsEvent

    Event containing statistics on the current Millicast source configured on the player. Dispatched only when the Millicast source is loaded and at an interval configured using MillicastSource.statsIntervalMs. See the Millicast SDK API reference for details on the connection stats included in the event.

    interface MillicastStatsEvent {
        date: Date;
        stats: Record<string, any>;
        type: "stats";
    }

    Hierarchy (View Summary)

    • Event<"stats">
      • MillicastStatsEvent
    Index

    Properties

    Properties

    date: Date

    The creation date of the event.

    stats: Record<string, any>
    type: "stats"

    The type of the event.