Added logs for transport-produce
This commit is contained in:
parent
4a8afb7d47
commit
c9ee906fc7
2
app.js
2
app.js
@ -242,7 +242,7 @@ peers.on('connection', async socket => {
|
|||||||
console.log('appData typeof', typeof appData);
|
console.log('appData typeof', typeof appData);
|
||||||
console.log('appData', 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);
|
if (typeof rtpParameters === 'string') rtpParameters = JSON.parse(rtpParameters);
|
||||||
|
|
||||||
console.log('[transport-produce] | socket.id', socket.id, '| callId', callId);
|
console.log('[transport-produce] | socket.id', socket.id, '| callId', callId);
|
||||||
|
Loading…
Reference in New Issue
Block a user