From c6e43627a26528d6b70e07c6bf4bb594c707b6cc Mon Sep 17 00:00:00 2001 From: Robert Long Date: Wed, 18 Aug 2021 18:05:43 -0700 Subject: [PATCH] Fix participant mute --- src/VideoGrid.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VideoGrid.jsx b/src/VideoGrid.jsx index fde7e3dd..1832f0f6 100644 --- a/src/VideoGrid.jsx +++ b/src/VideoGrid.jsx @@ -343,7 +343,7 @@ function ParticipantTile({ style, participant, remove, ...rest }) { return (
{participant.userId}
-
); }