Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
isNetworkHealthy$
1get isNetworkHealthy$(): Observable<boolean>
Simple boolean health indicator derived from stats monitor.
1get isNetworkHealthy(): boolean
Whether the network is currently healthy.
1call.isNetworkHealthy$.subscribe((isNetworkHealthy) => {2 console.log('isNetworkHealthy:', isNetworkHealthy);3});