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