This commit is contained in:
Sergiu Toma 2023-01-13 19:29:49 +02:00
parent 4574b9daf0
commit bd02ad1c95
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -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) => {