mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Send supported video mimetypes to server.
This commit is contained in:
@@ -167,6 +167,11 @@
|
||||
connect_string += "&audio=" + mimetype;
|
||||
});
|
||||
|
||||
// Add video mimetypes to connect_string
|
||||
GuacamoleUI.supportedVideo.forEach(function(mimetype) {
|
||||
connect_string += "&video=" + mimetype;
|
||||
});
|
||||
|
||||
guac.connect(connect_string);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user