CrAudioCfg constructor

CrAudioCfg({
  1. String? micName,
  2. String? speakerName,
  3. bool? agc,
  4. bool? ans,
  5. bool? aec,
})

Implementation

CrAudioCfg({this.micName, this.speakerName, this.agc, this.ans, this.aec});