(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:
lebaudantoine
2026-05-20 15:35:56 +02:00
committed by aleb_the_flash
parent e9e4b360a0
commit ae9cda463e
7 changed files with 231 additions and 24 deletions
+7
View File
@@ -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": {