mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Further refactoring of old interface.js into client-ui.js, cleanup.
This commit is contained in:
@@ -127,12 +127,12 @@
|
||||
+ "&height=" + optimal_height;
|
||||
|
||||
// Add audio mimetypes to connect_string
|
||||
GuacamoleUI.supportedAudio.forEach(function(mimetype) {
|
||||
GuacUI.Audio.supported.forEach(function(mimetype) {
|
||||
connect_string += "&audio=" + encodeURIComponent(mimetype);
|
||||
});
|
||||
|
||||
// Add video mimetypes to connect_string
|
||||
GuacamoleUI.supportedVideo.forEach(function(mimetype) {
|
||||
GuacUI.Video.supported.forEach(function(mimetype) {
|
||||
connect_string += "&video=" + encodeURIComponent(mimetype);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user