applyVideoCapturerPreset

TrueConfLess than 1 minute

applyVideoCapturerPreset

Description: apply a previously saved video capture device preset. v4.2.0+

Request example:

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

Response example:

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

Parameter description:

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

See also: