bandwidthConstrained$

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

Observable indicating whether the call is bandwidth-constrained.

Examples

1call.bandwidthConstrained$.subscribe((bandwidthConstrained) => {
2 console.log('bandwidthConstrained:', bandwidthConstrained);
3});