mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Add support for call closed event
This commit is contained in:
@ -236,6 +236,10 @@ class UserWebSocket {
|
||||
case "call_peer_ready":
|
||||
SendEvent("callPeerReady", msg.data);
|
||||
break;
|
||||
|
||||
case "call_closed":
|
||||
SendEvent("callClosed", msg.data);
|
||||
break;
|
||||
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user