Added callback in transport-producer server

This commit is contained in:
2022-09-03 09:22:43 +03:00
parent f479aaa96f
commit fdd0c438c4
2 changed files with 6 additions and 3 deletions

View File

@ -217,7 +217,7 @@ const createSendTransport = () => {
return
}
console.log(params)
console.log('params', params)
// creates a new WebRTC Transport to send media
// based on the server's producer transport params
@ -264,7 +264,6 @@ const createSendTransport = () => {
errback(error)
}
})
connectSendTransport()
})
}