Update log
This commit is contained in:
parent
75d0e3aee7
commit
9245373625
2
app.js
2
app.js
@ -154,7 +154,7 @@ peers.on('connection', async socket => {
|
|||||||
try {
|
try {
|
||||||
// We can continue with the room creation process only if we have a callId
|
// We can continue with the room creation process only if we have a callId
|
||||||
if (callId) {
|
if (callId) {
|
||||||
console.log(`[createRoom] socket.id ${socket.id} callId ${callId}`);
|
console.log(`[createRoom] -🟥- socket.id ${socket.id} callId ${callId}`);
|
||||||
if (!videoCalls[callId]) {
|
if (!videoCalls[callId]) {
|
||||||
console.log('[createRoom] callId', callId);
|
console.log('[createRoom] callId', callId);
|
||||||
videoCalls[callId] = { router: await worker.createRouter({ mediaCodecs }) }
|
videoCalls[callId] = { router: await worker.createRouter({ mediaCodecs }) }
|
||||||
|
Loading…
Reference in New Issue
Block a user