Description
Stop the recording.
Parameters
No parameters.
Usage
When recording from a local device, the recording will stop at the end of the test run or when StopAudioRecording is executed.
When recording from a cloud device, StopAudioRecording must be executed in order for the audio file to be created on your local machine.
Example:
Code Examples
Java Example
client.stopAudioRecording();
C# Example
client.StopAudioRecording();
VBScript Example
client.StopAudioRecording Report
Python Example
self.client.stopAudioRecording()
Perl Example
$client->stopAudioRecording();