1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

First integration of RDP into the desktop tab.

This commit is contained in:
Ylian Saint-Hilaire 2022-05-02 21:06:32 -07:00
parent 41b6b6a54a
commit 09881d06f5
6 changed files with 260 additions and 30 deletions

View file

@ -138,7 +138,13 @@
});
return this;
},
},
/**
* disconnect
*/
disconnect: function () {
if (this.socket) { this.socket.close(); }
},
/**
* connect
* @param ip {string} ip target for rdp