diff --git a/src/video-grid/VideoTile.jsx b/src/video-grid/VideoTile.jsx index f6103e1..c1f842a 100644 --- a/src/video-grid/VideoTile.jsx +++ b/src/video-grid/VideoTile.jsx @@ -54,6 +54,15 @@ export const VideoTile = forwardRef( ref={ref} {...rest} > + {showOptions && ( +
+ +
+ )} {(videoMuted || noVideo) && ( <>
@@ -66,30 +75,14 @@ export const VideoTile = forwardRef(
) : ( (showName || audioMuted || (videoMuted && !noVideo)) && ( -
+
{audioMuted && !(videoMuted && !noVideo) && } {videoMuted && !noVideo && } {showName && {name}}
) )} - {showOptions && ( -
- -
- )} +