Rady to connect to other peers

This commit is contained in:
2020-04-11 14:50:37 +02:00
parent 8febe2a523
commit 59cd9e0fb4
3 changed files with 25 additions and 0 deletions

View File

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