Skip to content

Type Alias: RelayToHost

RelayToHost = { id: string; type: "registered"; } | { client: string; type: "clientJoined"; } | { client: string; type: "clientLeft"; } | InkIntent | Signal

Defined in: protocol.ts:263

relay → browser host.