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 38931f0654 - Show all commits

2
app.js
View File

@ -129,7 +129,7 @@ const mediaCodecs = [
}
getRtpCapabilities(callId, callback)
}
}, 1000);
}, 50);
peers.on('connection', async socket => {
console.log('[connection] socketId:', socket.id)