NestJS Mediasoup Example
Nest framework TypeScript starter repository.
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you’d like to join them, please read more here.
npm i
npm run start:dev
npm run build
npm run start:beta
npm run build
npm run start:prod
"listenIps": [
{
"ip": "192.168.2.239", // your ip
"announcedIp": null
}
],
...