Duh. This happens when having to work on everything at the same time... :(

This commit is contained in:
Damian Büchel 2021-03-04 17:27:20 +01:00
parent 985f0a81f1
commit e72456b79e

View file

@ -1,5 +1,5 @@
const API_KEY = "wX6KmZetQgeYqJix3W7Vtw";
const API_SECRET = "IEgu4vcOgTz1yYeNypBHDTMzMshDbpbpoaGj";
const API_KEY = "...";
const API_SECRET = "...";
console.log("Checking system requirements...");
console.log(JSON.stringify(ZoomMtg.checkSystemRequirements()));
@ -10,7 +10,7 @@ ZoomMtg.preLoadWasm();
ZoomMtg.prepareJssdk();
const config = {
meetingNumber: 4290573697,
meetingNumber: 123456,
leaveUrl: 'https://google.ch',
userName: 'Firstname Lastname',
userEmail: 'firstname.lastname@yoursite.com',