Skip to content

Files

Latest commit

73116b5 · Jul 25, 2020

History

History

sdk-wrapper-react-sample

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