stopAudioRecordingDeviceTest method

FutureOr<int> stopAudioRecordingDeviceTest()

@detail api @author dixing @brief Stop audio capture device testing. @return Method call result
- 0: Success. - < 0: failure @note - This method do not rely on rtcEngine +After calling startAudioRecordingDeviceTest:{@link #ByteRTCAudioDeviceManager#startAudioRecordingDeviceTest}, you must call this method to stop the test.

Implementation

FutureOr<int> stopAudioRecordingDeviceTest() async {
  return await nativeCall('stopAudioRecordingDeviceTest', []);
}