EntitiesWebRTCCallbandwidthConstrained$Copy page|View as Markdown|Open in Claude|More actions1get bandwidthConstrained$(): Observable<boolean> Observable indicating whether the call is bandwidth-constrained. Examples 1call.bandwidthConstrained$.subscribe((bandwidthConstrained) => {2 console.log('bandwidthConstrained:', bandwidthConstrained);3});