OnHardwareEchoDetectionResultType typedef

OnHardwareEchoDetectionResultType = void Function(HardwareEchoDetectionResult result)

result: Callback that notifies you the result of the echo detection before a call.

Implementation

typedef OnHardwareEchoDetectionResultType = void Function(
    HardwareEchoDetectionResult result);