Skip to content

Commit

Permalink
fix(webapp): prepare player
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Feb 10, 2024
1 parent 4980396 commit 6af8e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/components/prepare.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function Prepare(props: { meetingId: string }) {
return (
<div className='flex flex-col justify-around'>
<center className='m-xs'>
<Player stream={stream} muted={true} width="320px" display="full" />
<Player stream={stream} muted={true} width="320px" audio={true} video={true} />
</center>

<center className='mb-xs'>
Expand Down

0 comments on commit 6af8e73

Please sign in to comment.