Turned off WebRTC until we can fix it, use &webrtc=1 in URL to turn on for debugging.
Ylian Saint-Hilaire committed
Nov 17, 2021 at 10:17 UTC
29cf1760982cd52f21e8bd9816710f07d8ecb3cb
2 files changed
+2
-2
views/default-mobile.handlebars
+1
-1
@@ -1303,7 +1303,7 @@
1303
QV('managePhoneNumber1', (features & 0x02000000) && (features & 0x04000000));
1304
QV('managePhoneNumber2', (features & 0x02000000) && !(features & 0x04000000));
1305
1306
- //attemptWebRTC = false; // For now, default WebRTC off unless we set it in the URL.
1306
+ attemptWebRTC = false; // For now, default WebRTC off unless we set it in the URL.
1307
if (args.webrtc != null) { attemptWebRTC = (args.webrtc == 1); }
1308
1309
// Session Refresh Timer
views/default.handlebars
+1
-1
@@ -1469,7 +1469,7 @@
1469
if (!args.locale) { var x = getstore('loctag', 0); if ((x != null) && (x != '*')) { args.locale = x; } }
1470
debugmode = args.debug;
1471
1472
- //attemptWebRTC = false; // For now, default WebRTC off unless we set it in the URL.
1472
+ attemptWebRTC = false; // For now, default WebRTC off unless we set it in the URL.
1473
if (args.webrtc != null) { attemptWebRTC = (args.webrtc == 1); }
1474
1475
QV('p13AutoConnect', debugmode); // Files