Deploying |
Top Previous Next |
In order for ThinRDP SDK to work all you need is the sdk.min.js and the jquery libraries to be accessible from your app/website:
Add a script tag pointing to the ThinRDP SDK client library: sdk.min.js in the HTML file where you will call the ThinRDP connect method from. It is recommended that you deploy this file within your website/web app environment for better performance.
Tip: The sdk.html file is a demo to quickly try out the ThinRDP SDK integration using the local connection mode, but also it can be used as a template to modify the HTML file you want to embed ThinRDP in.
|