stopAudioDeviceLoopbackTest abstract method

Future<void> stopAudioDeviceLoopbackTest()

Stops the audio device loopback test.

This method is for Windows and macOS only. You can call this method either before or after joining a channel. This method only takes effect when called by the host. Ensure that you call this method to stop the loopback test after calling the startAudioDeviceLoopbackTest method.

Returns When the method call succeeds, there is no return value; when fails, the AgoraRtcException exception is thrown. You need to catch the exception and handle it accordingly.

Implementation

Future<void> stopAudioDeviceLoopbackTest();