Emitted when a cast-compatible device has been chosen and the player is waiting for the device to get ready for playback.

interface CastWaitingForDeviceEvent {
    castPayload: CastPayload;
    name: string;
    timestamp: number;
}

Hierarchy (view full)

  • Event
    • CastWaitingForDeviceEvent

Properties

castPayload: CastPayload

The CastPayload object for the event

name: string

This event name as it is on the native side.

timestamp: number

The UNIX timestamp in which this event happened.