mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Handles remote signals
This commit is contained in:
@ -229,6 +229,10 @@ class UserWebSocket {
|
||||
SendEvent("userLeftCall", msg.data);
|
||||
break;
|
||||
|
||||
case "new_call_signal":
|
||||
SendEvent("newCallSignal", msg.data);
|
||||
break;
|
||||
|
||||
default:
|
||||
console.error("WS Unspported kind of message!", msg);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user