stopAudioPlaybackDeviceTest method
@detail api
@author dixing
@brief Stop the playback test for the local audio device.
@return Result
- 0: Success
- < 0: Failure
@note Call this API to stop the playback test started by calling startAudioPlaybackDeviceTest{@link #IRTCAudioDeviceManager#startAudioPlaybackDeviceTest} before moving on to the other device tests.
Implementation
FutureOr<int> stopAudioPlaybackDeviceTest() async {
return await nativeCall('stopAudioPlaybackDeviceTest', []);
}