🩹(frontend) enable screen share button in PiP

Enable screen share button in PiP by passing showScreenShare to PipControlBar
This commit is contained in:
Cyril
2026-06-29 17:00:51 +02:00
committed by lebaudantoine
parent dd23ce817a
commit e9bdf173de
2 changed files with 2 additions and 1 deletions
@@ -68,7 +68,7 @@ export const PipView = () => {
</ConnectionStateWrapper>
<PipStage />
<ReactionsToolbar adjustedCentering={false} />
<PipControlBar showScreenShare={false} />
<PipControlBar showScreenShare={true} />
<PipFloatingReactions />
<NotificationProvider bottom={30} />
</Container>