diff --git a/src/camera/core-impl.ts b/src/camera/core-impl.ts index ad29ec45..d84f7dc0 100644 --- a/src/camera/core-impl.ts +++ b/src/camera/core-impl.ts @@ -164,6 +164,7 @@ class RenderedCameraImpl implements RenderedCamera { videoElement.style.display = "block"; videoElement.muted = true; videoElement.setAttribute("muted", "true"); + videoElement.setAttribute("disablePictureInPicture", "true"); (videoElement).playsInline = true; return videoElement; }