1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-22 05:19:22 +00:00

Use more comprehensive event name

This commit is contained in:
Pierre HUBERT 2020-04-11 14:41:50 +02:00
parent 38858e956d
commit 5ac5299002

View File

@ -183,7 +183,7 @@ export class CallsController {
// Notify all other users
await UserWebSocketController.SendToSpecifcClients(
(c) => c.activeCalls.has(callID) && c.userID != h.getUserId(),
() => WsMessage.NoIDMessage("user_ready", {
() => WsMessage.NoIDMessage("call_peer_ready", {
callID: callID,
userID: h.getUserId()
})