diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index ad663507..8979a47e 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -408,7 +408,13 @@ export function InCallView({ /> ); } - buttons.push(); + buttons.push( + + ); } buttons.push( @@ -432,7 +438,11 @@ export function InCallView({ {joinRule === JoinRule.Public && ( - + )} diff --git a/src/room/VideoPreview.tsx b/src/room/VideoPreview.tsx index 6af6a38a..b4597f20 100644 --- a/src/room/VideoPreview.tsx +++ b/src/room/VideoPreview.tsx @@ -119,7 +119,13 @@ export const VideoPreview: FC = ({ matrixInfo, muteStates }) => { return (
-