This sample app showing how to create a video chat web application using Vidyo.io and ReactJS libraries. Read more about Vidyo.io and ReactJS integration at - https://vidyo.io/how-to/
git clone https://github.com/Vidyo/vidyo.io-connector-reactjs.git
- Make sure you have a recent version of Node.js installed (you need version 6 or higher ).
- Install all dependencies.
npm install
- To run locally.
npm run macos
npm run windows
The app will be running on https://localhost:3000.