isNetworkHealthy$

View as MarkdownOpen in Claude
get isNetworkHealthy$(): Observable<boolean>

Simple boolean health indicator derived from stats monitor.

isNetworkHealthy

get isNetworkHealthy(): boolean

Whether the network is currently healthy.

Examples

call.isNetworkHealthy$.subscribe((isNetworkHealthy) => {
console.log('isNetworkHealthy:', isNetworkHealthy);
});