EntitiesSelfParticipantlowbitrate$Copy page|View as Markdown|Open in Claude|More actions1get lowbitrate$(): Observable<boolean | undefined> Observable indicating whether low-bitrate mode is active. Inherited from Participant.lowbitrate$ lowbitrate 1get lowbitrate(): boolean Whether low-bitrate mode is active. Inherited from Participant.lowbitrate Examples 1selfParticipant.lowbitrate$.subscribe((lowbitrate) => {2 console.log('lowbitrate:', lowbitrate);3});