LINXD-2209: Added logs
This commit is contained in:
parent
5abc309502
commit
8562f6c58c
1
app.js
1
app.js
@ -125,6 +125,7 @@ const mediaCodecs = [
|
|||||||
console.log('🟢 callId', callId, '| callback', callback)
|
console.log('🟢 callId', callId, '| callback', callback)
|
||||||
router[callId] = await worker.createRouter({ mediaCodecs })
|
router[callId] = await worker.createRouter({ mediaCodecs })
|
||||||
console.log(`[createRoom] Router ID: ${router[callId].id}`)
|
console.log(`[createRoom] Router ID: ${router[callId].id}`)
|
||||||
|
console.log('🟡 router', router);
|
||||||
getRtpCapabilities(callId, callback)
|
getRtpCapabilities(callId, callback)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user