mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Handles remote peer streams interruption
This commit is contained in:
@ -237,6 +237,10 @@ class UserWebSocket {
|
||||
SendEvent("callPeerReady", msg.data);
|
||||
break;
|
||||
|
||||
case "call_peer_interrupted_streaming":
|
||||
SendEvent("callPeerInterruptedStreaming", msg.data);
|
||||
break;
|
||||
|
||||
case "call_closed":
|
||||
SendEvent("callClosed", msg.data);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user