From 6ebef28ad893ed3975866d6115c89a02818ea5f6 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 20 Nov 2023 20:42:27 -0500 Subject: [PATCH] Properly disable picture-in-picture controls There were some outdated comments regarding Firefox's support of the disablePictureInPicture flag which I decided to clean up. --- src/room/VideoPreview.tsx | 16 +++++++++++++++- src/video-grid/VideoTile.tsx | 13 ++++++++++--- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/src/room/VideoPreview.tsx b/src/room/VideoPreview.tsx index d218ca7d3..4f54feb6c 100644 --- a/src/room/VideoPreview.tsx +++ b/src/room/VideoPreview.tsx @@ -106,7 +106,21 @@ export const VideoPreview: FC = ({ const content = ( <> -