Skip to main content

SeeTest Client - StopAudioRecording

info

Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .

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.

info

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();