Details
-
New Feature
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
I'd like to open a link clicked within an RDP session to open in the external browser. In contrast to GUACAMOLE-1534 I'm in full control of what happens when a link is clicked. So I could, for example, fire a custom event within the RDP session that contains the link url.
Can you point me in the direction of what needs to be done for this? For example:
- Create an event listener https://guacamole.apache.org/doc/gug/event-listeners.html
- ? Create a tunnel ?
- Register a custom event
- Fire that event within the session
- Catch it and retrieve the event payload
Thanks in advance!