From 6938e751fe4d3748fbdd6f152dac59b9226aa45d Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Tue, 13 Sep 2022 21:08:03 +0300 Subject: [PATCH] LINXD-2209: Add 100ms delay between room creation --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 9409eef..24de64f 100644 --- a/app.js +++ b/app.js @@ -126,7 +126,7 @@ const mediaCodecs = [ } getRtpCapabilities(callId, callback) } - }, 1); + }, 1000); peers.on('connection', async socket => { console.log('[connection] socketId:', socket.id)