Added logs for transport-produce

This commit is contained in:
Sergiu Toma 2022-09-30 10:19:01 +03:00
parent 4a8afb7d47
commit c9ee906fc7

2
app.js
View File

@ -242,7 +242,7 @@ peers.on('connection', async socket => {
console.log('appData typeof', typeof appData);
console.log('appData', appData);
if (typeof kind === 'string') kind = JSON.parse(kind);
// if (typeof kind === 'string') kind = JSON.parse(kind);
if (typeof rtpParameters === 'string') rtpParameters = JSON.parse(rtpParameters);
console.log('[transport-produce] | socket.id', socket.id, '| callId', callId);