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 25a76c343b - Show all commits

2
app.js
View File

@ -126,8 +126,8 @@ const mediaCodecs = [
router[callId] = await worker.createRouter({ mediaCodecs })
console.log(`[createRoom] Router ID: ${router[callId].id}`)
console.log('🟡 router', router);
getRtpCapabilities(callId, callback)
}
getRtpCapabilities(callId, callback)
}
}, 4000);