# applyVideoCapturerPreset

Version: 4.2.0+

Description: Apply previously saved video capture device preset.

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

See also: