[mirotalksfu] - update dep.

هذا الالتزام موجود في:
Miroslav Pejic
2022-06-28 13:59:25 +02:00
الأصل c4f4cf4a7d
التزام e31cbda418
2 ملفات معدلة مع 4 إضافات و4 حذوفات

عرض الملف

@@ -644,7 +644,7 @@ io.on('connection', (socket) => {
});
socket.on('getRoomInfo', (_, cb) => {
log.debug('Send Room Info', getPeerName());
log.debug('Send Room Info to', getPeerName());
cb(roomList.get(socket.room_id).toJson());
});