Skip to content

Commit

Permalink
video->remoteVideo
Browse files Browse the repository at this point in the history
  • Loading branch information
steimelchrome committed Oct 11, 2023
1 parent 67a2e92 commit e498c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1528,7 +1528,7 @@ When the <a>media session action</a> is
Handling picture-in-picture:
<pre class="lang-javascript">
navigator.mediaSession.setActionHandler("enterpictureinpicture", function() {
video.requestPictureInPicture();
remoteVideo.requestPictureInPicture();
});
</pre>
</div>
Expand Down

0 comments on commit e498c8d

Please sign in to comment.