Skip to content

Commit

Permalink
Highlight participant window when hand is raised
Browse files Browse the repository at this point in the history
  • Loading branch information
third774 committed Sep 3, 2024
1 parent b92c6fc commit 201b1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Participant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export const Participant = forwardRef<
</Tooltip>
)}
</div>
{user.speaking && (
{(user.speaking || user.raisedHand) && (
<div
className={cn(
'pointer-events-none absolute inset-0 h-full w-full border-4 border-orange-400',
Expand Down

0 comments on commit 201b1e8

Please sign in to comment.