Simple screen sharing application using WebRTC technology. The current version supports up to four people in the room, one streamer and three viewers. Only one person can stream at a time (if someone else wants to stream they have to wait for the streamer to finish the transmission so it is made available again).
This project was developed with the following technologies:
git clone https://github.com/douglasJovenil/webrtc-screen-share-frontend
cd feracode_frontend
yarn install
yarn start
- Fix bug that occurs when a user try to join the room and the streamer finishes the stream
- Configure environment variables to use at Heroku
- Configure CORS