LINXD-2209-black-screen-when-2-video-calls-are-answered-simultaneously #3
2
app.js
2
app.js
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user