From 6935001aab53fc953b71f70a74da6778ab381896 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Fri, 31 Jan 2025 12:05:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8(frontend)=20disable=20few=20native?= =?UTF-8?q?=20html=20video=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Disable Picture-In-Picture option for browsers that support it, to avoid having the option appearing on the video element. It's not appropriate. Actually, I am not sure we should disable remote playback ones, feel free to challenge it. --- src/frontend/src/features/rooms/components/Join.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontend/src/features/rooms/components/Join.tsx b/src/frontend/src/features/rooms/components/Join.tsx index d352f376..ecbc4b63 100644 --- a/src/frontend/src/features/rooms/components/Join.tsx +++ b/src/frontend/src/features/rooms/components/Join.tsx @@ -274,6 +274,8 @@ export const Join = ({ opacity: 0, transition: 'opacity 0.3s ease-in-out', })} + disablePictureInPicture + disableRemotePlayback /> ) : (