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

Updated MeshAgents, WebRTC to agents enabled in web pages.

This commit is contained in:
Ylian Saint-Hilaire 2022-01-07 16:53:48 -08:00
parent 79b5c70336
commit 57103a9618
34 changed files with 78 additions and 67 deletions

View file

@ -1303,7 +1303,7 @@
QV('managePhoneNumber1', (features & 0x02000000) && (features & 0x04000000));
QV('managePhoneNumber2', (features & 0x02000000) && !(features & 0x04000000));
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

View file

@ -1463,7 +1463,7 @@
if (!args.locale) { var x = getstore('loctag', 0); if ((x != null) && (x != '*')) { args.locale = x; } }
debugmode = args.debug;
attemptWebRTC = false; // For now, default WebRTC off unless we set it in the URL.
//attemptWebRTC = true; // For now, default WebRTC off unless we set it in the URL.
if (args.webrtc != null) { attemptWebRTC = (args.webrtc == 1); }
QV('p13AutoConnect', debugmode); // Files