Skip to content

Commit

Permalink
Update zoom.js
Browse files Browse the repository at this point in the history
  • Loading branch information
harishsg99 authored Feb 28, 2021
1 parent e86fe54 commit a11ef65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function test()

async function StartZoomMeeting(topicname,date) {
const email=User.find({
email:"harishsg99@gmail"
email:"" // User email
},(err,teams) => {
console.log(err);
});
Expand All @@ -31,7 +31,7 @@ async function StartZoomMeeting(topicname,date) {
}
},
auth: {
bearer:"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOm51bGwsImlzcyI6IktNSHhaV0IyVE11OHR0RlFUT3Bib3ciLCJleHAiOjE2MTQ5MjQ5NTMsImlhdCI6MTYxNDMyMDE2OH0.jLl7V1bU97R1NvDAzqbMermO3zBH8QjK5rHnU-1mvas"
bearer:"" //Auth JWT token
},
headers: {
"User-Agent": "Zoom-api-Jwt-Request",
Expand Down

0 comments on commit a11ef65

Please sign in to comment.