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

Fix bad name

This commit is contained in:
Pierre HUBERT 2020-04-11 14:46:11 +02:00
parent 5ac5299002
commit 62fba6d863

View File

@ -185,7 +185,7 @@ export class CallsController {
(c) => c.activeCalls.has(callID) && c.userID != h.getUserId(),
() => WsMessage.NoIDMessage("call_peer_ready", {
callID: callID,
userID: h.getUserId()
peerID: h.getUserId()
})
)