mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Fix issue
This commit is contained in:
parent
590e1d6794
commit
b62fefc258
@ -532,7 +532,7 @@ ComunicWeb.components.calls.callWindow = {
|
|||||||
ComunicWeb.components.calls.currentList.removeCallFromList(call.info.id);
|
ComunicWeb.components.calls.currentList.removeCallFromList(call.info.id);
|
||||||
|
|
||||||
//Close the connection to the server
|
//Close the connection to the server
|
||||||
if(call.signalClient.isConnected())
|
if(call.signalClient && call.signalClient.isConnected())
|
||||||
call.signalClient.close();
|
call.signalClient.close();
|
||||||
|
|
||||||
//Close all socket connections
|
//Close all socket connections
|
||||||
|
Loading…
Reference in New Issue
Block a user