LINXD-2209: Add 100ms delay between room creation
This commit is contained in:
parent
031a7bc4c5
commit
6938e751fe
2
app.js
2
app.js
@ -126,7 +126,7 @@ const mediaCodecs = [
|
|||||||
}
|
}
|
||||||
getRtpCapabilities(callId, callback)
|
getRtpCapabilities(callId, callback)
|
||||||
}
|
}
|
||||||
}, 1);
|
}, 1000);
|
||||||
|
|
||||||
peers.on('connection', async socket => {
|
peers.on('connection', async socket => {
|
||||||
console.log('[connection] socketId:', socket.id)
|
console.log('[connection] socketId:', socket.id)
|
||||||
|
Loading…
Reference in New Issue
Block a user