Duh. This happens when having to work on everything at the same time... :(
This commit is contained in:
parent
985f0a81f1
commit
e72456b79e
1 changed files with 3 additions and 3 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue