mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-04 14:45:40 +00:00
✨(frontend) show a visual placeholder while picture-in-picture is open
When the PiP window is active, replace the corresponding content in the main window with a lightweight placeholder. This avoids rendering the camera feed (and other expensive media) twice when the user is only watching the PiP window. Co-authored-by: Cyril <c.gromoff@gmail.com>
This commit is contained in:
committed by
aleb_the_flash
parent
e9e4b360a0
commit
ae9cda463e
@@ -231,6 +231,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"pictureInPicture": {
|
||||
"placeholder": {
|
||||
"title": "Your video call is in another window.",
|
||||
"description": "Picture-in-Picture mode allows you to stay connected to the call while performing other tasks.",
|
||||
"bringBack": "Bring the call back here"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"buttonLabel": "More Options",
|
||||
"items": {
|
||||
|
||||
Reference in New Issue
Block a user