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