# 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 device

  • description — the identifier of an audio capture device. If the name field is equal to none, this field should also be equal to none.

  • requestId - unique request identifier. More details can be found here

See also: