diff --git a/app.js b/app.js index 886a4ef..a162622 100644 --- a/app.js +++ b/app.js @@ -129,7 +129,7 @@ const mediaCodecs = [ } getRtpCapabilities(callId, callback) } - }, 1000); + }, 50); peers.on('connection', async socket => { console.log('[connection] socketId:', socket.id)