LINXD-2209: Add 10ms delay between room creation

This commit is contained in:
Sergiu Toma 2022-09-13 21:04:42 +03:00
parent 38931f0654
commit d7486d0fd6

2
app.js
View File

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