Hi all, I'm using guacamole to provide users with access to remote windows machines, and I'm trying to analyse user's actions on these machines in real-time.
What I tried to do is generate shared connection and listen for guacamole protocol messages on that shared connection. This works great, but the issue I have with this approach is that keyboard and mouse actions are not transmitted on the shared connection socket. Is there a way to have these missing messages in the shared connection ? Or is there another way of observing users tunnel without disturbing their RDP session? I'm using JSON authentication/data source to generate these connections. Thanks, Dejan
