LINXD-2270-p2 #19

Closed
sergiu wants to merge 58 commits from LINXD-2270-p2 into develop
Showing only changes of commit d1eb7afc3a - Show all commits

1
app.js
View File

@ -214,6 +214,7 @@ peers.on('connection', async socket => {
console.log(`[createRoom] missing callId ${callId}`);
}
console.log('🔴 isInitiator(callId, socket.id)', isInitiator(callId, socket.id));
console.log('🟩 videoCalls[callId]', JSON.stringify(videoCalls[callId]));
} catch (error) {
console.log(`ERROR | createRoom | callId ${callId} | ${error.message}`);
} finally {