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) {