Skip to content

Interface: RemoteBarClientOptions

Defined in: ui/client.ts:83

Properties

autoJoin?

optional autoJoin?: 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?

optional transport?: BarTransportFactory

Defined in: ui/client.ts:87

Transport factory. Defaults to websocketTransport; tests inject a fake.


url?

optional url?: string

Defined in: ui/client.ts:85

Relay URL. Defaults to defaultBarUrl (same origin, /bar/client).