Update server

This commit is contained in:
Sergiu Toma 2022-11-24 22:18:37 +02:00
parent d94ea12a40
commit 038bdb99bc
3 changed files with 1 additions and 2 deletions

1
app.js
View File

@ -448,6 +448,7 @@ const createWebRtcTransportLayer = async (callId, callback) => {
dtlsParameters: transport.dtlsParameters,
};
console.log('[createWebRtcTransportLayer] callback params', params);
// Send back to the client the params
callback({ params });

View File

@ -20701,7 +20701,6 @@ const connectSendTransport = async () => {
// close video track
})
console.log('audioParams', audioParams);
producerAudio = await producerTransport.produce(audioParams)
console.log('producerAudio', producerAudio);

View File

@ -343,7 +343,6 @@ const connectSendTransport = async () => {
// close video track
})
console.log('audioParams', audioParams);
producerAudio = await producerTransport.produce(audioParams)
console.log('producerAudio', producerAudio);