Contains information for the CastWaitingForDeviceEvent.

interface CastPayload {
    currentTime: number;
    deviceName: null | string;
    type: string;
}

Properties

currentTime: number

The current time in seconds.

deviceName: null | string

The name of the chosen cast device.

type: string

The type of the payload (always "cast").