# setAudioCapturer
Description: select the audio capture device.
Request example:
{
"method" : "setAudioCapturer",
"requestId" : "1",
"name" : "none",
"description" : "none"
}
Response example:
{
"method" : "setAudioCapturer",
"requestId" : "1",
"result" : true
}
Parameter description:
name
— the name of the audio capture devicedescription
— the identifier of an audio capture device. If thename
field is equal tonone
, this field should also be equal tonone
.requestId
- unique request identifier. More details can be found here
See also: