Skip to content

Instantly share code, notes, and snippets.

View sanatem's full-sized avatar
🇰🇷
Based in South Korea

Santiago Pravisani sanatem

🇰🇷
Based in South Korea
View GitHub Profile
@sanatem
sanatem / index.js
Created November 6, 2019 13:57
Webex Meetings demo
const Webex = require('webex');
const myAccessToken = 'YOUR_ACCESS_TOKEN';
if (myAccessToken === 'YOUR_ACCESS_TOKEN') {
alert('Make sure to update your access token in the index.js file!');
return;
}
webex = Webex.init({