Interface: RemoteBarClientOptions
Defined in: ui/client.ts:83
Properties
autoJoin?
optionalautoJoin?:boolean
Defined in: ui/client.ts:93
Auto-join the sole host when exactly one is listed and we are idle. On by default: a bar-only remote usually faces one session and shouldn't make the user click through a list of one. A rejected join stops it (no retry loop).
transport?
optionaltransport?:BarTransportFactory
Defined in: ui/client.ts:87
Transport factory. Defaults to websocketTransport; tests inject a fake.
url?
optionalurl?:string
Defined in: ui/client.ts:85
Relay URL. Defaults to defaultBarUrl (same origin, /bar/client).