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