We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfd725 commit 3b434a7Copy full SHA for 3b434a7
src/vector/jitsi/index.ts
@@ -221,7 +221,7 @@ function joinConference() { // event handler bound in HTML
221
},
222
jwt: undefined,
223
};
224
- if (jitsiAuth === 'penidtoken-jwt') {
+ if (jitsiAuth === 'openidtoken-jwt') {
225
options.jwt = createJWTToken();
226
}
227
const meetApi = new JitsiMeetExternalAPI(jitsiDomain, options);
0 commit comments