]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9578 #resolve [VC does not resize the video when chat is opened/closed]
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 27 Sep 2016 22:54:43 +0000 (17:54 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 27 Sep 2016 22:54:43 +0000 (17:54 -0500)
html5/verto/verto_communicator/src/vertoControllers/controllers/MainController.js

index 877b8f7836e7b85da49e7bda2b0bdd9441d7eef4..31ea3794d1b5f1127f0e1de137fda7e007649f60 100644 (file)
         }
         angular.element('#wrapper').toggleClass('toggled');
         $rootScope.chatStatus = angular.element('#wrapper').hasClass('toggled');
+        updateVideoSize();
       };
 
       $rootScope.openChat = function() {