Type Alias: CastHandoffPhase
type CastHandoffPhase =
| "local"
| "connecting"
| "handoff-to-cast"
| "cast-active"
| "handoff-to-local";
Defined in: packages/cast/src/handoff-machine.ts:52
The five phases of cast.md §3, in wire-format casing.