# 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 - unique request identifier. More details can be found here

See also: