Emitted when time shifting has finished and data is available to continue playback. This event only applies to live streams. When looking for an equivalent for VoD streams, the SeekedEvent is relevant.

interface TimeShiftedEvent {
    name: string;
    timestamp: number;
}

Hierarchy (view full)

Properties

Properties

name: string

This event name as it is on the native side.

timestamp: number

The UNIX timestamp in which this event happened.