Example application using mediasoup.
- Multiples rooms
- Multiples clients
To apply the initial settings run
npm run init
To run this project, you will need to add the following environment variables to your src/config.js file. All variables are required
Parameter | Type | Description |
---|---|---|
nameApp |
string |
Your name app |
url |
string |
Your base url |
onlyServerMediaSoup |
boolean |
Server works only backend |
cert |
object |
{ privkey: 'path', fullchain: 'path' } |
port |
number |
port used by express |
rtcMinPort |
number |
minimum port used for stream traffic |
rtcMaxPort |
number |
maximum port used for stream traffic |
mediaCodecs |
array |
RtpCodecParameters |
webRtcTransportOptions |
object |
WebRtcTransportOptions |
To start proyect run
npm run start