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

Fix issue

This commit is contained in:
Pierre HUBERT 2020-04-11 17:35:01 +02:00
parent 62fba6d863
commit 2f12197ec0

View File

@ -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