LINXD-2209: Add 4000ms delay between room creation

This commit is contained in:
Sergiu Toma 2022-09-13 21:38:06 +03:00
parent c12ececf47
commit c3d50fdc4e
1 changed files with 1 additions and 1 deletions

2
app.js
View File

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