mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Add a console warning that errors from Jitsi Meet are fine
See diff for info. We use the fragment to avoid sending conference information to the web server where possible.
This commit is contained in:
parent
d4f75e4e1b
commit
13a7b71e08
@ -96,6 +96,11 @@ function joinConference() { // event handler bound in HTML
|
|||||||
// noinspection JSIgnoredPromiseFromCall
|
// noinspection JSIgnoredPromiseFromCall
|
||||||
widgetApi.setAlwaysOnScreen(true); // ignored promise because we don't care if it works
|
widgetApi.setAlwaysOnScreen(true); // ignored promise because we don't care if it works
|
||||||
|
|
||||||
|
console.warn(
|
||||||
|
"[Jitsi Widget] The next few errors about failing to parse URL parameters are fine if " +
|
||||||
|
"they mention 'external_api' or 'jitsi' in the stack. They're just Jitsi Meet trying to parse " +
|
||||||
|
"our fragment values and not recognizing the options.",
|
||||||
|
);
|
||||||
const meetApi = new JitsiMeetExternalAPI(jitsiDomain, {
|
const meetApi = new JitsiMeetExternalAPI(jitsiDomain, {
|
||||||
width: "100%",
|
width: "100%",
|
||||||
height: "100%",
|
height: "100%",
|
||||||
|
Loading…
Reference in New Issue
Block a user