mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-19 16:15:16 +00:00
Fix bad name
This commit is contained in:
@ -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()
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user