Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 279 Bytes

File metadata and controls

17 lines (14 loc) · 279 Bytes

React Sample Application

Add a credentials.json file with your OpenTok credentials to the src directory:

{
  "apiKey": "YOUR_API_KEY",
  "sessionId": "YOUR_SESSION_ID",
  "token": "YOUR_TOKEN"
}

To run:

$ npm install
$ npm run start