# setVideoCapturer

Description: select the video capture device.

Request example:

{
    "method" : "setVideoCapturer",
    "requestId" : "1",
    "name" : "none",
    "description" : "none"
}

Response example:

{
    "method" : "setVideoCapturer",
    "requestId" : "1",
    "result" : true
}

Parameter description:

  • name — the name of a video capture device

  • description — the identifier of a video capture device. If the name field equals none, this field also should be equal to none

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

See also: