Skip to content

Commit

Permalink
Make cleanup with flex videos in room call page
Browse files Browse the repository at this point in the history
  • Loading branch information
JANKROL123 committed Mar 27, 2024
1 parent 197205d commit d31e3df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/src/components/RoomPeerVideo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ function RoomPeerVideo({remoteStream, peerId}: RoomPeerVideoProps) {
fetchFullName();
}, []);
return (
<div>
<div className="flex flex-col items-center gap-4">
<video
className="h-full w-full rounded-lg"
ref={remoteRef}
></video>
<div className="text-center">{name}</div>
<div>{name}</div>
</div>
)
}
Expand Down

0 comments on commit d31e3df

Please sign in to comment.