From ab685270f1966bb8f69b830b776ec0cdb8341be1 Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Tue, 13 Sep 2022 21:08:14 +0300 Subject: [PATCH] LINXD-2209: Add 1000ms delay between room creation --- app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app.js b/app.js index 24de64f..f07c0a0 100644 --- a/app.js +++ b/app.js @@ -111,7 +111,6 @@ const mediaCodecs = [ // callback: () => console.log('callback') // }) - const getRtpCapabilities = (callId, callback) => { const rtpCapabilities = router[callId].rtpCapabilities callback({ rtpCapabilities })