mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Send video mimetypes for video (using wrong collection).
This commit is contained in:
@@ -150,7 +150,7 @@ public class ConfiguredGuacamoleSocket implements GuacamoleSocket {
|
||||
writer.writeInstruction(
|
||||
new GuacamoleInstruction(
|
||||
Operation.CLIENT_VIDEO,
|
||||
info.getAudioMimetypes().toArray(new String[0])
|
||||
info.getVideoMimetypes().toArray(new String[0])
|
||||
));
|
||||
|
||||
// Send args
|
||||
|
Reference in New Issue
Block a user