🩹(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
+1
View File
@@ -15,6 +15,7 @@ and this project adheres to
- ✨(backend) add command to clean pending and deleted files
- 🧱(helm) run clean files command as cronjob
- ✨(backend) add fallback to save recordings without S3/MinIO webhooks
- 🩹(frontend) enable screen share button in PiP #1458
### Changed
@@ -68,7 +68,7 @@ export const PipView = () => {
</ConnectionStateWrapper>
<PipStage />
<ReactionsToolbar adjustedCentering={false} />
<PipControlBar showScreenShare={false} />
<PipControlBar showScreenShare={true} />
<PipFloatingReactions />
<NotificationProvider bottom={30} />
</Container>