mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-09-18 21:38:53 +00:00
Rady to connect to other peers
This commit is contained in:
@@ -232,6 +232,11 @@ class UserWebSocket {
|
||||
case "new_call_signal":
|
||||
SendEvent("newCallSignal", msg.data);
|
||||
break;
|
||||
|
||||
case "call_peer_ready":
|
||||
SendEvent("callPeerReady", msg.data);
|
||||
break;
|
||||
|
||||
|
||||
default:
|
||||
console.error("WS Unspported kind of message!", msg);
|
||||
|
Reference in New Issue
Block a user