A video chat website implementing React Hooks and Twlio Programmable Video
Reference: https://www.twilio.com/blog/video-chat-react-hooks
- git clone https://github.com/QueAnhHa/video-call-with-jenny.git
- cd into
video-call-with-jenny/clientand runnpm install touch .envand update .env file with Twilio Credentials (SID, API Key and API )- Generate a temporary access key and replace it in VideoChat.js to test out the app
- Run
npm run devto stand up the application and login with the username and Room name specified in temporary access key above

