diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-19 11:21:58 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-19 11:21:58 -0400 |
| commit | b243bd03d3a8508d718227e6f0d9dee2d145d8f9 (patch) | |
| tree | d3a96bf746734a1d8f6dead3ed6c5e7a8f1bd75e | |
| parent | 8f36a3891c8f2bd2b5d69c0fbead916c4c9c1566 (diff) | |
take out disabling simul by force for iOS
| -rw-r--r-- | www/js/DataModel.js | 2 |
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); } |
