onHardwareEchoDetectionResult property
Callback that notifies you the result of the echo detection before a call.
Notes:
- This callback notifies you the result of the echo detection by calling RTCVideo.startHardwareEchoDetection.
- We recommend to call RTCVideo.stopHardwareEchoDetection to stop the detection.
- Listen to
detectLeakEcho
in the callback of RTCVideoEventHandler.onAudioDeviceWarning for the echo issue during a call.
Implementation
OnHardwareEchoDetectionResultType? onHardwareEchoDetectionResult;