diff --git a/src/tile/SpotlightTile.tsx b/src/tile/SpotlightTile.tsx index 77f72a2c..411d730e 100644 --- a/src/tile/SpotlightTile.tsx +++ b/src/tile/SpotlightTile.tsx @@ -281,7 +281,8 @@ export const SpotlightTile: FC = ({ const isLocalScreenShare = isScreenShare && (currentMedia as RemoteScreenShareViewModel)?.local; const screenShareLocallyMuted = useBehavior( - isScreenShare + isScreenShare && + (currentMedia as RemoteScreenShareViewModel).playbackMuted$ != null ? (currentMedia as RemoteScreenShareViewModel).playbackMuted$ : constant(false), );