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