Hi,

I have my own web-client that is based on guacamole-client.
I’m trying to add support to the “required” request for parameter prompting, I 
added this code to my client:

let client = new Guacamole.Client(tunnel)
client.onrequired = function(params) {
…
client.send(credentials);
}

For some reason, no matter what I send through the credentials, guacd don’t 
seem to accept them. Do I need to disconnect from the client and then connect 
again with the credentials?
Can someone please help me and maybe provide an example for and .onrequired?

Thanks!


Get Outlook for Mac <https://aka.ms/GetOutlookForMac>

Reply via email to