LINXD-2209-black-screen-when-2-video-calls-are-answered-simultaneously #3
4
app.js
4
app.js
@ -122,10 +122,10 @@ peers.on('connection', async socket => {
|
||||
if (!videoCalls[callId]) {
|
||||
console.log('create room');
|
||||
console.log('[createRoom] callId', callId);
|
||||
videoCalls[callId].router = await worker.createRouter({ mediaCodecs });
|
||||
videoCalls[callId] = { router: await worker.createRouter({ mediaCodecs }) }
|
||||
console.log(`[createRoom] Router ID: ${videoCalls[callId].router.id}`)
|
||||
}
|
||||
console.log('room exists');
|
||||
console.log('room exists', videoCalls);
|
||||
socketDetails[socket.id] = callId;
|
||||
getRtpCapabilities(callId, callback);
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user