diff --git a/app.js b/app.js index ec2727e..ddf336c 100644 --- a/app.js +++ b/app.js @@ -125,6 +125,7 @@ const mediaCodecs = [ console.log('🟢 callId', callId, '| callback', callback) router[callId] = await worker.createRouter({ mediaCodecs }) console.log(`[createRoom] Router ID: ${router[callId].id}`) + console.log('🟡 router', router); getRtpCapabilities(callId, callback) } }