This commit is contained in:
Sergiu Toma 2022-10-18 18:23:54 +03:00
parent b14e82fd87
commit 2e336a429e
1 changed files with 2 additions and 1 deletions

3
app.js
View File

@ -58,7 +58,8 @@ httpsServer.listen(process.env.PORT, () => {
});
const peers = io.of('/');
console.log('process.env.RTC_MIN_PORT', process.env.RTC_MIN_PORT);
console.log('process.env.RTC_MAX_PORT', process.env.RTC_MAX_PORT, process.env.RTC_MAX_PORT.length);
const createWorker = async () => {
try {
worker = await mediasoup.createWorker({