GUAC-236: Add parameters and translation strings for screen recording.

This commit is contained in:
Michael Jumper
2016-02-28 23:56:16 -08:00
parent 8a9e5fc73f
commit e8496c2193
5 changed files with 92 additions and 0 deletions

View File

@@ -212,6 +212,25 @@
]
},
{
"name" : "recording",
"fields" : [
{
"name" : "recording-path",
"type" : "TEXT"
},
{
"name" : "recording-name",
"type" : "TEXT"
},
{
"name" : "create-recording-path",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},
{
"name" : "sftp",
"fields" : [

View File

@@ -87,6 +87,25 @@
]
},
{
"name" : "recording",
"fields" : [
{
"name" : "recording-path",
"type" : "TEXT"
},
{
"name" : "recording-name",
"type" : "TEXT"
},
{
"name" : "create-recording-path",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},
{
"name" : "sftp",
"fields" : [

View File

@@ -71,6 +71,25 @@
"options" : [ "true" ]
}
]
},
{
"name" : "recording",
"fields" : [
{
"name" : "recording-path",
"type" : "TEXT"
},
{
"name" : "recording-name",
"type" : "TEXT"
},
{
"name" : "create-recording-path",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
}
]

View File

@@ -77,6 +77,25 @@
]
},
{
"name" : "recording",
"fields" : [
{
"name" : "recording-path",
"type" : "TEXT"
},
{
"name" : "recording-name",
"type" : "TEXT"
},
{
"name" : "create-recording-path",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},
{
"name" : "sftp",
"fields" : [