Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
ready$
1get ready$(): Observable<boolean>
Observable that emits true when the client is both connected and authenticated.
true
1client.ready$.subscribe((ready) => {2 console.log('ready:', ready);3});