1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-04 09:44:26 +00:00

Merge pull request in FS/freeswitch from ~STEFAN_YOHANSSON/freeswitch:bugfix/FS-8155-uuid_kill-or-fsctl-hupall-to-kill to master

* commit 'eefeaa6a6067a6f689ec9f77f6f68b80274f0cbf':
  FS-8155 - [verto_communicator] check for nulled data.liveArray preventing locked video interface
This commit is contained in:
Ítalo Rossi 2015-09-18 07:42:53 -05:00
commit 2aeaabeac8

@ -508,8 +508,11 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
if (d.params.screenShare) {
cleanShareCall(that);
} else {
if (data.conf) {
if (data.liveArray) {
data.liveArray.destroy();
}
if (data.conf) {
data.conf.destroy();
}
cleanCall();