From 030734698c5ad646fa3a701101ce5d4dc2d7c77a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Thu, 26 Jan 2023 17:21:16 +0100 Subject: [PATCH] Don't throw with no `opponentDeviceInfo` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/webrtc/call.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/webrtc/call.ts b/src/webrtc/call.ts index e0c8310a338..4ddc2edf343 100644 --- a/src/webrtc/call.ts +++ b/src/webrtc/call.ts @@ -2335,11 +2335,16 @@ export class MatrixCall extends TypedEventEmitter