-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow PictureInPicture
mode for Element Call.
#3345
Conversation
PictureInPicture
PictureInPicture
mode for Element Call.
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3345 +/- ##
========================================
Coverage 82.69% 82.70%
========================================
Files 1681 1681
Lines 39415 39406 -9
Branches 4787 4785 -2
========================================
- Hits 32594 32589 -5
+ Misses 5146 5143 -3
+ Partials 1675 1674 -1 ☔ View full report in Codecov by Sentry. |
title = "Picture in Picture for Calls", | ||
description = "Allow the Call to be rendered in PiP mode", | ||
defaultValue = { it.buildType != BuildType.RELEASE }, | ||
isFinished = false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we not use isFinished = true
first?
Ok for me, just one question. |
Remove feature flag
PictureInPicture