stopAudioPlaybackDeviceTest method

FutureOr<int> stopAudioPlaybackDeviceTest()

@detail api @author dixing @brief Stop audio playback device testing. @return Method call result
- 0: Success. - < 0: failure @note After calling startAudioPlaybackDeviceTest:interval:{@link #ByteRTCAudioDeviceManager#startAudioPlaybackDeviceTest:interval}, call this method to stop the test.

Implementation

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