Update build

This commit is contained in:
Sergiu Toma 2022-11-22 19:15:34 +02:00
parent c5c8bc5bb3
commit a05f7cc987

View File

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