summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-10-19 11:21:58 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-10-19 11:21:58 -0400
commitb243bd03d3a8508d718227e6f0d9dee2d145d8f9 (patch)
treed3a96bf746734a1d8f6dead3ed6c5e7a8f1bd75e /www/js
parent8f36a3891c8f2bd2b5d69c0fbead916c4c9c1566 (diff)
take out disabling simul by force for iOS
Diffstat (limited to 'www/js')
-rw-r--r--www/js/DataModel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 96f90a48..2322fbdf 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -1148,7 +1148,7 @@ angular.module('zmApp.controllers')
if (typeof loginData.disableSimulStreaming == 'undefined') {
- loginData.disableSimulStreaming = ($rootScope.platformOS == 'ios') ? true : false;
+ loginData.disableSimulStreaming = false;
//console.log("INIT DISABLING SIMUL:" + loginData.disableSimulStreaming);
}