fix
This commit is contained in:
parent
b14e82fd87
commit
2e336a429e
3
app.js
3
app.js
@ -58,7 +58,8 @@ httpsServer.listen(process.env.PORT, () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const peers = io.of('/');
|
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 () => {
|
const createWorker = async () => {
|
||||||
try {
|
try {
|
||||||
worker = await mediasoup.createWorker({
|
worker = await mediasoup.createWorker({
|
||||||
|
Loading…
Reference in New Issue
Block a user