LINXD-2209-black-screen-when-2-video-calls-are-answered-simultaneously #3

Merged
sergiu merged 31 commits from LINXD-2209-black-screen-when-2-video-calls-are-answered-simultaneously into master 2022-09-15 14:49:55 +00:00
Showing only changes of commit 294dbdf38d - Show all commits

2
app.js
View File

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