Skip to content

Type Alias: ConnectionStatus

ConnectionStatus = "connecting" | "listing" | "joined" | "hostGone" | "rejected" | "closed"

Defined in: ui/client.ts:25

Where the remote is in its connection lifecycle (drives what the UI shows).