AudioConfig constructor

const AudioConfig({
  1. bool? echoCancellation,
  2. bool? noiseSuppression,
  3. bool? autoGainControl,
  4. String? deviceId,
})

Implementation

const AudioConfig({
  this.echoCancellation,
  this.noiseSuppression,
  this.autoGainControl,
  this.deviceId,
});