mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
FS-9578 #resolve [VC does not resize the video when chat is opened/closed]
This commit is contained in:
parent
d1f1ca1b5d
commit
f0f02b20b3
@ -275,6 +275,7 @@
|
|||||||
}
|
}
|
||||||
angular.element('#wrapper').toggleClass('toggled');
|
angular.element('#wrapper').toggleClass('toggled');
|
||||||
$rootScope.chatStatus = angular.element('#wrapper').hasClass('toggled');
|
$rootScope.chatStatus = angular.element('#wrapper').hasClass('toggled');
|
||||||
|
updateVideoSize();
|
||||||
};
|
};
|
||||||
|
|
||||||
$rootScope.openChat = function() {
|
$rootScope.openChat = function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user