Added callback in transport-producer server
This commit is contained in:
@ -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()
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user