Skip to content

Commit

Permalink
fix: show chat icon on fullscreen mode
Browse files Browse the repository at this point in the history
  • Loading branch information
amar-1995 committed Mar 18, 2024
1 parent 76105c1 commit 75e9bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/roomkit-react/src/Prebuilt/layouts/HLSView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ const HLSView = () => {
}}
>
<HMSVideoPlayer.Controls.Right>
{isLandscape && showChat && (
{(isLandscape || (isMobile && isFullScreen)) && showChat && (
<ChatToggle
onClick={() => {
if (isFullScreen) {
Expand Down

0 comments on commit 75e9bce

Please sign in to comment.