stopAudioDeviceLoopbackTest method
@detail api
@author dixing
@brief Stop audio device loop testing.
@return Method call result
- 0: Success.
- < 0: failure
@note
- This method do not rely on rtcEngine
- After calling startAudioDeviceLoopbackTest:{@link #ByteRTCAudioDeviceManager#startAudioDeviceLoopbackTest}, you need to call this method to stop the test.
Implementation
FutureOr<int> stopAudioDeviceLoopbackTest() async {
return await nativeCall('stopAudioDeviceLoopbackTest', []);
}