# testAudioCapturerStart
Description: Start testing audio capture device.
Testing can be started only outside of the conference. It will end automatically in 5 seconds. To continue testing, the command should be run once again.
Request example:
{
"method" : "testAudioCapturerStart",
"requestId" : "1"
}
Response example:
{
"method" : "testAudioCapturerStart",
"requestId" : "1",
"result" : true
}
Parameter description:
requestId
- a unique request identifier. You can learn more about it here.
See also: