From 2eff251e0cd1e3780ed39ac6432ad12db1de40b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Mon, 8 Aug 2022 20:01:58 +0200 Subject: [PATCH] Add missing space MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/room/InCallView.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index b6329a7d..349b5187 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -74,6 +74,7 @@ interface Props { roomId: string; unencryptedEventsFromUsers: Set; } + export interface Participant { id: string; callFeed: CallFeed;