Skip to content

Latest commit

 

History

History

sdk-wrapper-react-sample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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