Remove callback with producer id from transport-produce
This commit is contained in:
parent
4f302570a2
commit
aaa1c5cea4
6
app.js
6
app.js
@ -170,9 +170,9 @@ peers.on('connection', async socket => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// Send back to the client the Producer's id
|
// Send back to the client the Producer's id
|
||||||
// callback({
|
callback({
|
||||||
// id: producer.id
|
id: producer.id
|
||||||
// })
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
// see client's socket.emit('transport-recv-connect', ...)
|
// see client's socket.emit('transport-recv-connect', ...)
|
||||||
|
Loading…
Reference in New Issue
Block a user