enableAudioProcessing property
Whether to enable audio processing module: true Enable the audio processing module to apply the Automatic Echo Cancellation (AEC), Automatic Noise Suppression (ANS), and Automatic Gain Control (AGC) effects. false : (Default) Do not enable the audio processing module. This parameter only takes effect on audioTrackDirect in custom audio capturing.
Implementation
@JsonKey(name: 'enableAudioProcessing')
final bool? enableAudioProcessing;