mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 05:19:22 +00:00
Fix issue
This commit is contained in:
parent
62fba6d863
commit
2f12197ec0
@ -133,7 +133,7 @@ export class CallsController {
|
||||
await RTCRelayController.SendMessage({
|
||||
title: "signal",
|
||||
callHash: callID+"-"+peerID,
|
||||
peerId: String(peerID === h.getUserId() ? 0 : peerID),
|
||||
peerId: String(peerID === h.getUserId() ? 0 : h.getUserId()),
|
||||
data: {
|
||||
type: type,
|
||||
data: data
|
||||
|
Loading…
Reference in New Issue
Block a user