From e9e65cf484cd898e089e4e6129dec81153fa242c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Sat, 25 Sep 2021 16:58:11 +0200 Subject: [PATCH] Change type key MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.ts b/src/client.ts index d7d7794d2..373942571 100644 --- a/src/client.ts +++ b/src/client.ts @@ -1325,7 +1325,7 @@ export class MatrixClient extends EventEmitter { CONF_ROOM, { active: true, - callType: type, + ["m.type"]: type, conf_id: groupCall.groupCallId, dataChannelsEnabled, dataChannelOptions,