GUACAMOLE-1642: Add support for specifying the VNC encodings parameter.

This commit is contained in:
Virtually Nick
2023-04-03 19:46:48 -04:00
parent 8dc5bebd29
commit f079e87f27

View File

@@ -57,6 +57,10 @@
"name" : "force-lossless",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "encodings",
"type" : "TEXT"
}
]
},