Update build

This commit is contained in:
Sergiu Toma 2022-11-22 19:15:34 +02:00
parent c5c8bc5bb3
commit a05f7cc987
1 changed files with 4 additions and 1 deletions

View File

@ -20609,7 +20609,7 @@ const createSendTransport = () => {
})
producerTransport.on('produce', async (parameters, callback, errback) => {
console.log('[produce] parameters', parameters)
console.log('[produce] parameters', parameters)
try {
// tell the server to create a Producer
@ -20635,6 +20635,9 @@ const createSendTransport = () => {
}
const connectSendTransport = async () => {
console.log('[connectSendTransport] producerTransport', params);
// we now call produce() to instruct the producer transport
// to send media to the Router
// https://mediasoup.org/documentation/v3/mediasoup-client/api/#transport-produce