parse-params #9
2
app.js
2
app.js
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user