diff --git a/app.js b/app.js index 9409eef..24de64f 100644 --- a/app.js +++ b/app.js @@ -126,7 +126,7 @@ const mediaCodecs = [ } getRtpCapabilities(callId, callback) } - }, 1); + }, 1000); peers.on('connection', async socket => { console.log('[connection] socketId:', socket.id)