mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Remove old silence tests, test via canPlayType().
This commit is contained in:
@@ -149,6 +149,12 @@
|
||||
window.location.search.substring(1)
|
||||
+ "&width=" + window.innerWidth
|
||||
+ "&height=" + window.innerHeight;
|
||||
|
||||
// Add audio mimetypes to connect_string
|
||||
GuacamoleUI.supportedAudio.forEach(function(mimetype) {
|
||||
connect_string += "&audio=" + mimetype;
|
||||
});
|
||||
|
||||
guac.connect(connect_string);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user