From aaa1c5cea4b1b0f1c8c25ff6afedfe02aabbc21a Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Wed, 31 Aug 2022 16:40:38 +0300 Subject: [PATCH] Remove callback with producer id from transport-produce --- app.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.js b/app.js index 9963fc1..452fe44 100644 --- a/app.js +++ b/app.js @@ -170,9 +170,9 @@ peers.on('connection', async socket => { }) // Send back to the client the Producer's id - // callback({ - // id: producer.id - // }) + callback({ + id: producer.id + }) }) // see client's socket.emit('transport-recv-connect', ...)