We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f75e4 commit 13a7b71Copy full SHA for 13a7b71
src/vector/jitsi/index.ts
@@ -96,6 +96,11 @@ function joinConference() { // event handler bound in HTML
96
// noinspection JSIgnoredPromiseFromCall
97
widgetApi.setAlwaysOnScreen(true); // ignored promise because we don't care if it works
98
99
+ console.warn(
100
+ "[Jitsi Widget] The next few errors about failing to parse URL parameters are fine if " +
101
+ "they mention 'external_api' or 'jitsi' in the stack. They're just Jitsi Meet trying to parse " +
102
+ "our fragment values and not recognizing the options.",
103
+ );
104
const meetApi = new JitsiMeetExternalAPI(jitsiDomain, {
105
width: "100%",
106
height: "100%",
0 commit comments