This commit is contained in:
Sergiu Toma 2023-01-13 19:10:04 +02:00
parent 3c5719c3c8
commit 18aa9c93ed
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -228,7 +228,7 @@ peers.on('connection', async socket => {
*/
socket.on('createWebRtcTransport', async ({ sender }, callback) => {
try {
console.log('@@@ socket.id', socket.id);
console.log('@@@ socket.id', socket.id, 'sender', sender);
const callId = socketDetails[socket.id];
console.log(`[createWebRtcTransport] socket ${socket.id} | sender ${sender} | callId ${callId}`);
if (sender) {