提交 0faf7a21 authored 作者: Ítalo Rossi's avatar Ítalo Rossi

Merge pull request #637 in FS/freeswitch from…

Merge pull request #637 in FS/freeswitch from ~JAONZE/freeswitch:bugfix/FS-8654-moderator-controls-randomly-popup to master

* commit '0a9c4a6b':
  FS-8654 [verto_communicator] - Added event emission on hangup
......@@ -123,6 +123,10 @@
$scope.members.push(translateMember(member));
}
$rootScope.$on('hangupCall', function() {
$scope.openId = null;
});
$rootScope.$on('members.boot', function(event, members) {
$scope.$apply(function() {
clearConferenceChat();
......
......@@ -470,6 +470,7 @@
verto.hangup();
$rootScope.$emit('hangupCall');
$location.path('/dialpad');
};
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论