stopEchoTest abstract method

Future<int?> stopEchoTest()

Stops the current call test.

Notes: After stopping the test with this API, all the system devices and streams are restored to the state they were in before the test.

Implementation

Future<int?> stopEchoTest();