Added selective session recording.

This commit is contained in:
Ylian Saint-Hilaire
2020-09-29 15:02:33 -07:00
parent ead64152e5
commit 7b71c0488f
6 changed files with 25 additions and 1 deletions

View File

@@ -309,6 +309,7 @@
"type": "object",
"additionalProperties": false,
"properties": {
"onlySelectedDeviceGroups": { "type": "boolean", "default": false, "description": "When enabled, only device groups with the session recording feature turned on will be recorded. When false, all devices are recorded." },
"filepath": { "type": "string" },
"index": { "type": "boolean", "default": false },
"maxRecordings": { "type": "integer" },