🚸(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:
committed by
aleb_the_flash
parent
bbc2b1d9f6
commit
6935001aab
@@ -274,6 +274,8 @@ export const Join = ({
|
||||
opacity: 0,
|
||||
transition: 'opacity 0.3s ease-in-out',
|
||||
})}
|
||||
disablePictureInPicture
|
||||
disableRemotePlayback
|
||||
/>
|
||||
) : (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user