Open MeriemBo opened 5 years ago
Did you find a solution to this?
I get either the Client doesn't exist or WebSocketTunnel is not a function or constructor. (Depending on how to try to use it.)
I think it's how you're importing the Guacamole client on the top. Try this instead:
import Guacamole from 'guacamole-common-js';
What is the solution to this I am too stuck here
I'm trying to use this from my angular app , running on port 4200 in order to connect to an external desktop running on a given IP address. Here's the code I could achieve for that purpose so far :
}
In my console I keep getting this error :
I'm new to this and I don't know what am I missing . any help provided will be good. thank you