mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 05:19:22 +00:00
Fix bad name
This commit is contained in:
parent
5ac5299002
commit
62fba6d863
@ -185,7 +185,7 @@ export class CallsController {
|
|||||||
(c) => c.activeCalls.has(callID) && c.userID != h.getUserId(),
|
(c) => c.activeCalls.has(callID) && c.userID != h.getUserId(),
|
||||||
() => WsMessage.NoIDMessage("call_peer_ready", {
|
() => WsMessage.NoIDMessage("call_peer_ready", {
|
||||||
callID: callID,
|
callID: callID,
|
||||||
userID: h.getUserId()
|
peerID: h.getUserId()
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user