Application to showcase the working of mediasoup, a Selective Forwarding Unit based library to create scalable video conferencing apps. This is a frontend part of the demo application. Built using create-react-app and mediasoup-client package. This project is to be run with mediasoup-demo-server
- clone the repository
npm install
to install the dependenciesnpm start
to start the dev server- specify the port on
config
file (default is 3000) - clone mediasoup-demo-server and follow it's instructions
- run the application on Chrome. firefox has some issues when testing webrtc connections locally