Skip to content

Type Alias: RelayToHost

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

Defined in: protocol.ts:163

relay → browser host.