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

Enabled WebRTC.

This commit is contained in:
Ylian Saint-Hilaire 2021-10-11 15:19:48 -07:00
parent c0e3056ca8
commit 57b1622d2d
3 changed files with 345 additions and 2 deletions

View file

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