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:
parent
38858e956d
commit
5ac5299002
@ -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()
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user