stopHardwareEchoDetection abstract method

Future<int?> stopHardwareEchoDetection()

Stops the echo detection before joining a room.

Return value:

  • 0: Success.
  • -1: Failure.

Notes:

Implementation

Future<int?> stopHardwareEchoDetection();