[mirotalksfu] - Fix Room Password & Lobby

هذا الالتزام موجود في:
Miroslav Pejic
2025-04-09 12:59:10 +02:00
الأصل f69b201ecc
التزام 8e7dd48879
7 ملفات معدلة مع 121 إضافات و42 حذوفات

عرض الملف

@@ -603,6 +603,7 @@ module.exports = class Room {
iceState: iceState,
});
this.removePeer(socket_id);
transport.close();
}
});
@@ -622,6 +623,7 @@ module.exports = class Room {
dtlsState: dtlsState,
});
this.removePeer(socket_id);
transport.close();
}
});

عرض الملف

@@ -64,7 +64,7 @@ dev dependencies: {
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.8.13
* @version 1.8.14
*
*/