From 510d55d88a816f5f2bdca7140ea80947dfdf4d51 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Sun, 18 Jun 2023 14:28:28 -0400 Subject: [PATCH] Fix local tile showing as unmuted when you join muted --- src/video-grid/VideoTile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video-grid/VideoTile.tsx b/src/video-grid/VideoTile.tsx index 531fc1c..49da9b9 100644 --- a/src/video-grid/VideoTile.tsx +++ b/src/video-grid/VideoTile.tsx @@ -140,7 +140,7 @@ export const VideoTile = React.forwardRef( ) : (
- {microphoneMuted ? : } + {microphoneMuted === false ? : } {displayName} {showConnectionStats && (