mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-09-19 05:49:07 +00:00
Automatically update the list of members of the call
This commit is contained in:
@@ -221,6 +221,14 @@ class UserWebSocket {
|
||||
SendEvent("commentDeleted", msg.data);
|
||||
break;
|
||||
|
||||
case "user_joined_call":
|
||||
SendEvent("userJoinedCall", msg.data);
|
||||
break;
|
||||
|
||||
case "user_left_call":
|
||||
SendEvent("userLeftCall", msg.data);
|
||||
break;
|
||||
|
||||
default:
|
||||
console.error("WS Unspported kind of message!", msg);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user