Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 301 Bytes

File metadata and controls

21 lines (17 loc) · 301 Bytes

JavaScript Sample Application

Add your OpenTok credentials to the options hash in app.js:

const options = {
credentials: {
  apiKey: "YOUR_API_KEY",
  sessionId: "YOUR_SESSION_ID",
  token: "YOUR_TOKEN"
},
...

To run:

npm install
npm run build
node server.js