mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-30 03:59:07 +00:00
🩹(frontend) enable screen share button in PiP
Enable screen share button in PiP by passing showScreenShare to PipControlBar
This commit is contained in:
@@ -15,6 +15,7 @@ and this project adheres to
|
|||||||
- ✨(backend) add command to clean pending and deleted files
|
- ✨(backend) add command to clean pending and deleted files
|
||||||
- 🧱(helm) run clean files command as cronjob
|
- 🧱(helm) run clean files command as cronjob
|
||||||
- ✨(backend) add fallback to save recordings without S3/MinIO webhooks
|
- ✨(backend) add fallback to save recordings without S3/MinIO webhooks
|
||||||
|
- 🩹(frontend) enable screen share button in PiP #1458
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ export const PipView = () => {
|
|||||||
</ConnectionStateWrapper>
|
</ConnectionStateWrapper>
|
||||||
<PipStage />
|
<PipStage />
|
||||||
<ReactionsToolbar adjustedCentering={false} />
|
<ReactionsToolbar adjustedCentering={false} />
|
||||||
<PipControlBar showScreenShare={false} />
|
<PipControlBar showScreenShare={true} />
|
||||||
<PipFloatingReactions />
|
<PipFloatingReactions />
|
||||||
<NotificationProvider bottom={30} />
|
<NotificationProvider bottom={30} />
|
||||||
</Container>
|
</Container>
|
||||||
|
|||||||
Reference in New Issue
Block a user