Does zoom video sdk support echo cancellation?
Hey @rohit_zoom
Thanks for your feedback.
We have been supporting the AEC (Acoustic Echo Cancellation) feature for a while now, and you can enable it in two ways:
-
Specify the
backgroundNoiseSuppressionoption in thestream.startAudiomethod.
AudioOption | Zoom Video SDK for Web - 1.10.8 -
Use the
stream.enableBackgroundNoiseSuppressionmethod to enable or disable AEC.
Stream | Zoom Video SDK for Web - 1.10.8
Please note that currently, AEC functionality is only available when SharedArrayBuffer is enabled. In the upcoming release, if you enable audio_compatible_mode in the JWT payload, SharedArrayBuffer will no longer be required.
Thanks
Vic
Thanks.
Will test this.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.