LINXD-2209: Add 300ms delay

This commit is contained in:
Sergiu Toma 2022-09-13 20:59:55 +03:00
parent 25a76c343b
commit bb684ca4db
1 changed files with 1 additions and 1 deletions

2
app.js
View File

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