LINXD-2209: Add 50ms delay between room creation

This commit is contained in:
Sergiu Toma 2022-09-13 21:02:29 +03:00
parent bb684ca4db
commit 38931f0654

2
app.js
View File

@ -129,7 +129,7 @@ const mediaCodecs = [
}
getRtpCapabilities(callId, callback)
}
}, 1000);
}, 50);
peers.on('connection', async socket => {
console.log('[connection] socketId:', socket.id)