Fix typo
This commit is contained in:
@@ -221,7 +221,7 @@ function joinConference() { // event handler bound in HTML
|
|||||||
},
|
},
|
||||||
jwt: undefined,
|
jwt: undefined,
|
||||||
};
|
};
|
||||||
if (jitsiAuth === 'penidtoken-jwt') {
|
if (jitsiAuth === 'openidtoken-jwt') {
|
||||||
options.jwt = createJWTToken();
|
options.jwt = createJWTToken();
|
||||||
}
|
}
|
||||||
const meetApi = new JitsiMeetExternalAPI(jitsiDomain, options);
|
const meetApi = new JitsiMeetExternalAPI(jitsiDomain, options);
|
||||||
|
|||||||
Reference in New Issue
Block a user