Add missing space

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2022-08-08 20:01:58 +02:00
parent 531db48c25
commit 2eff251e0c

View File

@@ -74,6 +74,7 @@ interface Props {
roomId: string;
unencryptedEventsFromUsers: Set<string>;
}
export interface Participant {
id: string;
callFeed: CallFeed;