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(
|
writer.writeInstruction(
|
||||||
new GuacamoleInstruction(
|
new GuacamoleInstruction(
|
||||||
Operation.CLIENT_VIDEO,
|
Operation.CLIENT_VIDEO,
|
||||||
info.getAudioMimetypes().toArray(new String[0])
|
info.getVideoMimetypes().toArray(new String[0])
|
||||||
));
|
));
|
||||||
|
|
||||||
// Send args
|
// Send args
|
||||||
|
Reference in New Issue
Block a user