Simple application using WebRTC technology to screen share. This current version supports up to four people in the room, where one is the streamer and the rest are the viewers. Just one person can stream at a time and if someone else want to stream they have to await the streamer end the transmission and then it is made available again.
This project was developed with the following technologies:
git clone https://github.com/douglasJovenil/feracode_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
- Develop environment variables to use at Heroku
- Configure CORS