Shorten the open webcam confirmation message

ipad-testing
Noah 2023-08-06 21:53:52 -07:00
parent a6866bd129
commit 37360211e7
1 changed files with 1 additions and 5 deletions

View File

@ -1452,11 +1452,7 @@ const app = Vue.createApp({
// Send some feedback to the chat window.
this.ChatClient(
`A request was sent to open <strong>${user.username}</strong>'s camera which should (hopefully) appear on your screen soon.<br><br>`+
`<strong class="has-text-danger">Notice:</strong> 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 <em>most</em> 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 <strong>${user.username}</strong>'s camera which should (hopefully) appear on your screen soon.`,
);
},
closeVideo(username, name) {