Merge pull request #12968 from vector-im/travis/jitsi-errors

Add a console warning that errors from Jitsi Meet are fine
pull/13030/head
Travis Ralston 2020-04-01 10:54:06 -06:00 committed by GitHub
commit ab29ec123e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -97,6 +97,11 @@ function joinConference() { // event handler bound in HTML
// noinspection JSIgnoredPromiseFromCall
if (widgetApi) 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, {
width: "100%",
height: "100%",