# applyVideoCapturerPreset

Version: 4.2.0+

Description: apply a previously saved preset for the video capture device.

Request example:

{
    "method" : "applyVideoCapturerPreset",
    "requestId" : "1",
    "presetId" : "1667478300422"
}

Response example:

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

Parameter description:

  • presetId - identifier of the video capture device preset to be applied
  • requestId - a unique request identifier. You can learn more about it here.

See also: