mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
FS-8155 - [verto_communicator] check for nulled data.liveArray preventing locked video interface
This commit is contained in:
parent
d66d2271f7
commit
eefeaa6a60
@ -508,8 +508,11 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
|
|||||||
if (d.params.screenShare) {
|
if (d.params.screenShare) {
|
||||||
cleanShareCall(that);
|
cleanShareCall(that);
|
||||||
} else {
|
} else {
|
||||||
if (data.conf) {
|
if (data.liveArray) {
|
||||||
data.liveArray.destroy();
|
data.liveArray.destroy();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (data.conf) {
|
||||||
data.conf.destroy();
|
data.conf.destroy();
|
||||||
}
|
}
|
||||||
cleanCall();
|
cleanCall();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user