type RealtimeMode = "idle" | "listening" | "thinking" | "speaking";
Defined in: realtime/types.ts:191
Current mode of the realtime session