diff --git a/public/js/chat.js b/public/js/chat.js index 1a83b2a..c31d079 100644 --- a/public/js/chat.js +++ b/public/js/chat.js @@ -694,6 +694,9 @@ function togglePictureInPicture() { }); } else { pipVideo.requestPictureInPicture().catch((error) => { + alert( + "You must be connected to another person to endter picture in picture." + ); logIt("Error entering pip."); logIt(error); });