🚸(frontend) disable few native html video option

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.
This commit is contained in:
lebaudantoine
2025-01-31 12:05:27 +01:00
committed by aleb_the_flash
parent bbc2b1d9f6
commit 6935001aab

View File

@@ -274,6 +274,8 @@ export const Join = ({
opacity: 0,
transition: 'opacity 0.3s ease-in-out',
})}
disablePictureInPicture
disableRemotePlayback
/>
) : (
<div