stopAudioDevicePlayTest method

FutureOr<int> stopAudioDevicePlayTest()

@detail api @brief Stop the capture and playback test for local audio devices which is started by calling startAudioDeviceRecordTest{@link #IRTCAudioDeviceManager#startAudioDeviceRecordTest}.
Before the test ends by itself, you can call this API to stop the recording or playing. @return - 0: Success - < 0: Failure

Implementation

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