A Server for Bilingual
- Mediasoup v3 requirements
- Node.js >= v8.6
# create and modify the configuration
# make sure you set the proper IP for mediasoup.webRtcTransport.listenIps
cp config.example.js config.js
nano config.js
# install dependencies and build mediasoup
npm install
# create the client bundle and start the server app
npm start