From 089b584d27235c5244540fb58d90450f6ef7cbf9 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 16 Apr 2016 15:47:31 -0700 Subject: [PATCH] GUACAMOLE-25: Add "enable-audio-input" parameter for RDP. --- .../main/resources/org/apache/guacamole/protocols/rdp.json | 5 +++++ guacamole/src/main/webapp/translations/en.json | 1 + 2 files changed, 6 insertions(+) diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json index c21398470..c768d5059 100644 --- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json +++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json @@ -123,6 +123,11 @@ "type" : "BOOLEAN", "options" : [ "true" ] }, + { + "name" : "enable-audio-input", + "type" : "BOOLEAN", + "options" : [ "true" ] + }, { "name" : "enable-printing", "type" : "BOOLEAN", diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json index b0f9e56c4..4c47a0325 100644 --- a/guacamole/src/main/webapp/translations/en.json +++ b/guacamole/src/main/webapp/translations/en.json @@ -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):",