Shorten the open webcam confirmation message
This commit is contained in:
parent
a6866bd129
commit
37360211e7
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user