From 37360211e725f236596b4c6e025bb9c8c5446602 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Sun, 6 Aug 2023 21:53:52 -0700 Subject: [PATCH] Shorten the open webcam confirmation message --- web/static/js/BareRTC.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/web/static/js/BareRTC.js b/web/static/js/BareRTC.js index 7298109..5bdcf15 100644 --- a/web/static/js/BareRTC.js +++ b/web/static/js/BareRTC.js @@ -1452,11 +1452,7 @@ const app = Vue.createApp({ // Send some feedback to the chat window. this.ChatClient( - `A request was sent to open ${user.username}'s camera which should (hopefully) appear on your screen soon.

`+ - `Notice: webcam sharing currently does not work well with iPhones, iPads or Safari browsers. It should generally `+ - `work well on Firefox or Chrome-like browsers on most devices (including Macbooks) but at this time there is no working `+ - `option for iPhone/iPad. (Chrome-like browsers also include Edge, Brave, or Opera). If their video does not open or you get a blank `+ - `screen, try logging on from a different web browser.` + `A request was sent to open ${user.username}'s camera which should (hopefully) appear on your screen soon.`, ); }, closeVideo(username, name) {