/mediasoup-sample-app

Mediasoup v3 sample app in TypeScript

Primary LanguageTypeScript

Mediasoup Sample App in TypeScript

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.

Dependencies

Run

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