On Tue, Dec 17, 2019 at 9:12 AM fudg3 <[email protected]> wrote:

> Hi
> is `previousConnectionID` taken from GuacamoleTunnel.getUUID().toString()?
>

The value passed to setConnectionID() of GuacamoleConfiguration is the
connection ID provided by guacd during the connection handshake. It is
exposed by guacd using the "ready" instruction and automatically retrieved
by ConfiguredGuacamoleSocket. You would need access to the relevant
ConfiguredGuacamoleSocket (assuming you are using
ConfiguredGuacamoleSocket) to obtain the ID.

http://guacamole.apache.org/doc/guacamole-common/org/apache/guacamole/protocol/ConfiguredGuacamoleSocket.html#getConnectionID--

- Mike

Reply via email to