Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
resourceId$
1get resourceId$(): Observable<string>
Observable of the underlying resource ID.
1get resourceId(): string
Underlying resource ID.
1address.resourceId$.subscribe((resourceId) => {2 console.log('resourceId:', resourceId);3});