setEchoCancellation method
- bool enabled
Sets the MediaSettings.echoCancellation value.
Implementation
Future<void> setEchoCancellation(bool enabled) async {
await _settingsRepo.setEchoCancellation(enabled);
}
Sets the MediaSettings.echoCancellation value.
Future<void> setEchoCancellation(bool enabled) async {
await _settingsRepo.setEchoCancellation(enabled);
}