EntitiesWebRTCCalllocalMicrophoneGain$Copy page|View as Markdown|Open in Claude|More actions1get localMicrophoneGain$(): Observable<number> Observable of the current local microphone gain (0..200, where 100 = unity). Examples 1call.localMicrophoneGain$.subscribe((localMicrophoneGain) => {2 console.log('localMicrophoneGain:', localMicrophoneGain);3});