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