setAutoGainControl method
- bool enabled
Enables or disables the auto gain control of local media in call.
Implementation
Future<void> setAutoGainControl(bool enabled) async {
await _call.value.applyVoiceProcessing(autoGainControl: enabled);
await _settingsRepo.setAutoGainControl(enabled);
}