Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
nodeId$
1get nodeId$(): Observable<string | null>
Observable of the server node ID handling this call.
1get nodeId(): string | null
Server node ID handling this call, or null.
null
1call.nodeId$.subscribe((nodeId) => {2 console.log('nodeId:', nodeId);3});