mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-313: Define parameters for controlling the contents of session recordings.
This commit is contained in:
@@ -279,6 +279,21 @@
|
||||
"name" : "recording-name",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "recording-exclude-output",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "recording-exclude-mouse",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "recording-include-keys",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "create-recording-path",
|
||||
"type" : "BOOLEAN",
|
||||
|
@@ -107,6 +107,21 @@
|
||||
"name" : "recording-name",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "recording-exclude-output",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "recording-exclude-mouse",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "recording-include-keys",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "create-recording-path",
|
||||
"type" : "BOOLEAN",
|
||||
|
@@ -89,6 +89,21 @@
|
||||
"name" : "recording-name",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "recording-exclude-output",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "recording-exclude-mouse",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "recording-include-keys",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "create-recording-path",
|
||||
"type" : "BOOLEAN",
|
||||
|
@@ -88,6 +88,21 @@
|
||||
"name" : "recording-name",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "recording-exclude-output",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "recording-exclude-mouse",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "recording-include-keys",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "create-recording-path",
|
||||
"type" : "BOOLEAN",
|
||||
|
Reference in New Issue
Block a user