From e498c8df49b8776f3b900315f54e325e46fc0b8d Mon Sep 17 00:00:00 2001 From: Tommy Steimel Date: Wed, 11 Oct 2023 10:35:04 -0700 Subject: [PATCH] video->remoteVideo --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index cefc5fe..56c9492 100644 --- a/index.bs +++ b/index.bs @@ -1528,7 +1528,7 @@ When the media session action is Handling picture-in-picture:
     navigator.mediaSession.setActionHandler("enterpictureinpicture", function() {
-      video.requestPictureInPicture();
+      remoteVideo.requestPictureInPicture();
     });