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