From 084ff36ebed6fceadb79f9deb6d0a1dd5a65f7cd Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Mon, 24 Oct 2022 22:38:06 +0300 Subject: [PATCH] LH-259: Refactor createRoom --- app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app.js b/app.js index ab4b57b..702eb14 100644 --- a/app.js +++ b/app.js @@ -167,7 +167,6 @@ peers.on('connection', async socket => { callbackResponse = { rtpCapabilities :videoCalls[callId].router.rtpCapabilities }; - callback(callbackResponse); } else { console.log(`[createRoom] missing callId ${callId}`); }