Skip to content

Type Alias: RelayToClient

RelayToClient = { sessions: SessionInfo[]; type: "sessions"; } | { host: string; label: string; name?: string; type: "joined"; } | { reason: string; type: "joinRejected"; } | { type: "hostGone"; } | BarState

Defined in: protocol.ts:134

relay → remote client.