A minimal Client/Server app based on Mediasoup and Socket.io.
It is a fork of https://github.com/mkhahani/mediasoup-sample-app repository but converted to TypeScript in 08/20/19.
It has typings for Mediasoup inside the project. The objective is move them to official mediasoup repos when finished.
- Mediasoup v3 requirements
- Node.js >= v8.6
The server app runs on any supported platform by Mediasoup. The client app runs on a single browser tab.
cd client
npm install
cd ..
cd server
npm install
npm start