mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added RDP folder to package.json and disabled WebRTC by default.
This commit is contained in:
parent
886e518240
commit
bc0dc743f1
4 changed files with 4 additions and 2 deletions
|
@ -1299,7 +1299,7 @@
|
|||
if (t != null) { desktopsettings = JSON.parse(t); }
|
||||
applyDesktopSettings();
|
||||
|
||||
//attemptWebRTC = false; // For now, default WebRTC off unless we set it in the URL.
|
||||
attemptWebRTC = false; // For now, default WebRTC off unless we set it in the URL.
|
||||
if (args.webrtc != null) { attemptWebRTC = (args.webrtc == 1); }
|
||||
|
||||
// Session Refresh Timer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue