Turned off WebRTC until we can fix it, use &webrtc=1 in URL to turn on for debugging.

This commit is contained in:
Ylian Saint-Hilaire
2021-11-17 10:17:26 -08:00
parent d0e7a6a284
commit 29cf176098
2 changed files with 2 additions and 2 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