Remove old silence tests, test via canPlayType().

This commit is contained in:
Michael Jumper
2012-10-23 19:05:32 -07:00
parent 564c58ca20
commit 2e681a1348
6 changed files with 22 additions and 25 deletions

View File

@@ -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);
}