[mirotalksfu] - fix lobby, update dep

هذا الالتزام موجود في:
Miroslav Pejic
2025-09-10 17:44:28 +02:00
الأصل 3dba94af80
التزام 54e798f6bc
7 ملفات معدلة مع 20 إضافات و20 حذوفات

عرض الملف

@@ -972,7 +972,7 @@ module.exports = class Room {
return this._isLocked;
}
isLobbyEnabled() {
return this._isLobbyEnabled;
return this._isLobbyEnabled || this.globalLobby;
}
isHostOnlyRecording() {
return this._hostOnlyRecording;

عرض الملف

@@ -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.9.58
* @version 1.9.59
*
*/