Added option to disable local record/screenshot options, #2901.

This commit is contained in:
Ylian Saint-Hilaire
2021-07-14 09:53:33 -07:00
parent 521603053b
commit b2df4de649
3 changed files with 4 additions and 2 deletions

View File

@@ -643,6 +643,7 @@
},
"httpHeaders": { "type": "object", "additionalProperties": { "type": "string" } },
"agentConfig": { "type": "array", "uniqueItems": true, "items": { "type": "string" } },
"localSessionRecording": { "type": "boolean", "default": true, "description": "When false, removes the local recording feature on remote desktop." },
"sessionRecording": {
"type": "object",
"additionalProperties": false,