Type Alias: CastIdleReason
type CastIdleReason = "none" | "finished" | "cancelled" | "interrupted" | "error";
Defined in: packages/cast/src/specs/cast.nitro.ts:37
Why the receiver went idle. Mapped from MediaStatus.IDLE_REASON_* /
GCKMediaPlayerIdleReason. error is the receiver-side failure family —
the receiver fetches media itself, so this is distinct from any sender-side
network error (cast-receiver-fetch in the TS error taxonomy).