Update server
This commit is contained in:
parent
d94ea12a40
commit
038bdb99bc
1
app.js
1
app.js
@ -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 });
|
||||
|
||||
|
@ -20701,7 +20701,6 @@ const connectSendTransport = async () => {
|
||||
// close video track
|
||||
})
|
||||
|
||||
|
||||
console.log('audioParams', audioParams);
|
||||
producerAudio = await producerTransport.produce(audioParams)
|
||||
console.log('producerAudio', producerAudio);
|
||||
|
@ -343,7 +343,6 @@ const connectSendTransport = async () => {
|
||||
// close video track
|
||||
})
|
||||
|
||||
|
||||
console.log('audioParams', audioParams);
|
||||
producerAudio = await producerTransport.produce(audioParams)
|
||||
console.log('producerAudio', producerAudio);
|
||||
|
Loading…
Reference in New Issue
Block a user