Handles remote peer streams interruption

This commit is contained in:
2020-04-14 09:48:30 +02:00
parent 04812e21bb
commit b82cba518d
3 changed files with 18 additions and 3 deletions

View File

@ -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;