From 95e1dac3fee48321e0d53769e430fe5f5f01408f Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 11 Jun 2018 19:42:58 -0400 Subject: #647 on pause - force quit if multi streaming is on --- www/js/DataModel.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/js/DataModel.js') 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); }, -- cgit v1.2.3