LINXD-2209: Added logs

This commit is contained in:
Sergiu Toma 2022-09-13 21:43:16 +03:00
parent c3d50fdc4e
commit 294dbdf38d

2
app.js
View File

@ -205,7 +205,7 @@ peers.on('connection', async socket => {
}) })
socket.on('consume', async ({ rtpCapabilities, callId }, callback) => { socket.on('consume', async ({ rtpCapabilities, callId }, callback) => {
console.log('[consume] callId', callId); console.log('[consume] callId', callId, router);
try { try {
// console.log('consume', rtpCapabilities, callId); // console.log('consume', rtpCapabilities, callId);
// check if the router can consume the specified producer // check if the router can consume the specified producer