Add support for call closed event

This commit is contained in:
2020-04-13 08:46:39 +02:00
parent dbf30acd19
commit cff2cdada2
2 changed files with 10 additions and 0 deletions

View File

@ -236,6 +236,10 @@ class UserWebSocket {
case "call_peer_ready":
SendEvent("callPeerReady", msg.data);
break;
case "call_closed":
SendEvent("callClosed", msg.data);
break;
default: