On Wed, Dec 4, 2019 at 5:46 AM Umesh Bhatt <[email protected]> wrote:
> Hi Nick, > > > > Since currently it is not available, I am trying to implement in my custom > auth provider. > > > Well, it isn't *released*, but it is available...in git master. However, doing it in a custom authentication module should be fine, as well. > I am using GuacamoleConfiguration > setConnectionId(ALREADY_ACTIVE_CONNECTION_ID) > to join to existing active connection but not seeing it working. > > > What is ConnectionID, is it GUACD connection ID which is usually something > like $7beb584d-d6e2-459d-86e9-e726091862cb? > > If so how can I retrieve it in my code? > > > This is automatically generated when the connection is started, so you'll need to retrieve a list of active connections, which will give you the UUID (collection of random letters and numbers above) and then select the correct connection. -Nick >
