From d7486d0fd622eb868cbe2d1a94e362805a932eaf Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Tue, 13 Sep 2022 21:04:42 +0300 Subject: [PATCH] LINXD-2209: Add 10ms delay between room creation --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index a162622..5e2963c 100644 --- a/app.js +++ b/app.js @@ -129,7 +129,7 @@ const mediaCodecs = [ } getRtpCapabilities(callId, callback) } - }, 50); + }, 1); peers.on('connection', async socket => { console.log('[connection] socketId:', socket.id)