Skip to content

Commit

Permalink
fix: screen share scene center video
Browse files Browse the repository at this point in the history
  • Loading branch information
Anapher committed Aug 1, 2021
1 parent d1ab1ce commit b3573cb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ export default function ScreenShare({ className, dimensions, scene }: RenderScen

return (
<RenderSceneLayoutByType type={type} {...dimensions} className={className} participant={participant}>
<RenderSceen consumer={consumer} />
<div style={{ display: 'flex', justifyContent: 'center' }}>
<RenderSceen consumer={consumer} />
</div>
</RenderSceneLayoutByType>
);
}
Expand Down

0 comments on commit b3573cb

Please sign in to comment.