From bd02ad1c9538c8b103c189daec17568d0644839c Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Fri, 13 Jan 2023 19:29:49 +0200 Subject: [PATCH] test --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index fb23cdc..76ea908 100644 --- a/app.js +++ b/app.js @@ -290,7 +290,7 @@ peers.on('connection', async socket => { - const router = videoCalls[callId].router;receiverSocket + const router = videoCalls[callId].router; router.observer.on("newtransport", (transport) => { transport.observer.on("newproducer", (producer) => {