Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
networkIssues$
1get networkIssues$(): Observable<CallNetworkIssue[]>
Observable of current network health issues (empty array = healthy).
1get networkIssues(): CallNetworkIssue[]
Current snapshot of network issues.
1call.networkIssues$.subscribe((networkIssues) => {2 console.log('networkIssues:', networkIssues);3});