Saves the screen recording configuration for remote control sessions, including enable/disable toggle, frame rate, codec, color quality, storage limits, and whether authenticated download is required. Accepts a JSON body with the screen recording settings model.
put /dcapi/tools/remoteControl/screenRecording
https://{serverurl}/dcapi/tools/remoteControl/screenRecording
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request PUT \
--url https://appdomains/dcapi/tools/remoteControl/screenRecording \
--header 'Accept: application/scrRecSettingsStatus.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/scrRecSettingsInfo.v1+json' \
--data '{"notifyMessage":"This session is being recorded."}' {
"recErrAction": 1,
"isNotifyUserEnabled": 1,
"notifyMessage": "This session is being recorded.",
"isScreenRecEnabled": 1,
"framesPerSec": 15,
"recMaintainsSize": 500,
"codecType": 1,
"driveFreeSpace": 1,
"colorQuality": 2,
"isAuthVideoDownload": 0
}
Result of the operation: success or failure
{
"status": "success"
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.