提交 0a9c4a6b authored 作者: Jaon EarlWolf's avatar Jaon EarlWolf

FS-8654 [verto_communicator] - Added event emission on hangup

上级 475df32a
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论