type RealtimeStatus = "idle" | "connecting" | "connected" | "reconnecting" | "error";
Defined in: realtime/types.ts:181
Connection status of the realtime client