Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
bandwidthConstrained$
1get bandwidthConstrained$(): Observable<boolean>
Observable indicating whether the call is bandwidth-constrained.
1call.bandwidthConstrained$.subscribe((bandwidthConstrained) => {2 console.log('bandwidthConstrained:', bandwidthConstrained);3});