stopHardwareEchoDetection abstract method
停止通话前回声检测
v3.51 新增。
方法调用结果:
- 0:成功。
- -1:失败。
注意:
- 关于开启通话前回声检测,参看 startHardwareEchoDetection。
- 建议在收到 RTCVideoEventHandler.onHardwareEchoDetectionResult 通知的检测结果后,调用本接口停止检测。
- 在用户进入房间前结束回声检测,释放对音频设备的占用,以免影响正常通话。
Implementation
Future<int?> stopHardwareEchoDetection();