Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
errors$
1get errors$(): Observable<Error>
Observable stream of errors from transport, authentication, and devices.
1client.errors$.subscribe((errors) => {2 console.log('errors:', errors);3});