Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
1unregister(): Promise<void>
Unregisters the user, going offline for inbound calls.
The WebSocket connection remains open; use disconnect to fully close it.
Promise<void>
1await client.unregister();