onHardwareEchoDetectionResult property
通话前回声检测结果回调
注意:
- 通话前调用 RTCVideo.startHardwareEchoDetection 后,将触发本回调返回检测结果。
- 建议在收到检测结果后,调用 RTCVideo.stopHardwareEchoDetection 停止检测,释放对音频设备的占用。
- 如果 SDK 在通话中检测到回声,将通过 RTCVideoEventHandler.onAudioDeviceWarning 回调
detectLeakEcho
。
Implementation
OnHardwareEchoDetectionResultType? onHardwareEchoDetectionResult;