AudioEchoCancellation
The AudioEchoCancellation model allows modifying the echo management setting for the Music mode while calling the setCaptureMode method.
This mode is available in SDK 3.8 and later.
Enumeration members
Default
• Default: = "default"
The default option that enables echo cancellation to remove echo from the audio sent into the conference.
On
• On: = "on"
Enables echo cancellation to remove echo from the audio sent into the conference.
Off
• Off: = "off"
Disables echo cancellation to prevent degrading quality of the captured audio by the echo management algorithms. We recommend this option for users who use headphones and, therefore, do not inject echo back into the conference.
Updated 10 months ago