GUACAMOLE-25: Add "enable-audio-input" parameter for RDP.

This commit is contained in:
Michael Jumper
2016-04-16 15:47:31 -07:00
parent 3da02bd0a6
commit 089b584d27
2 changed files with 6 additions and 0 deletions

View File

@@ -123,6 +123,11 @@
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "enable-audio-input",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "enable-printing",
"type" : "BOOLEAN",

View File

@@ -280,6 +280,7 @@
"FIELD_HEADER_DOMAIN" : "Domain:",
"FIELD_HEADER_DPI" : "Resolution (DPI):",
"FIELD_HEADER_DRIVE_PATH" : "Drive path:",
"FIELD_HEADER_ENABLE_AUDIO_INPUT" : "Enable audio input (microphone):",
"FIELD_HEADER_ENABLE_DESKTOP_COMPOSITION" : "Enable desktop composition (Aero):",
"FIELD_HEADER_ENABLE_DRIVE" : "Enable drive:",
"FIELD_HEADER_ENABLE_FONT_SMOOTHING" : "Enable font smoothing (ClearType):",