summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/DataModel.js')
-rwxr-xr-xwww/js/DataModel.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 48929107..ad0ab6e1 100755
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -619,6 +619,10 @@ angular.module('zmApp.controllers')
return (currentServerMultiPortSupported);
},
+ isMultiPortDisabled: function () {
+ return loginData.disableSimulStreaming;
+ },
+
getCurrentServerVersion: function () {
return (currentServerVersion);
},