[mirotalksfu] - fix typo
هذا الالتزام موجود في:
@@ -974,6 +974,9 @@ module.exports = class Room {
|
|||||||
isLobbyEnabled() {
|
isLobbyEnabled() {
|
||||||
return this._isLobbyEnabled || this.globalLobby;
|
return this._isLobbyEnabled || this.globalLobby;
|
||||||
}
|
}
|
||||||
|
isGlobalLobbyEnabled() {
|
||||||
|
return this.globalLobby;
|
||||||
|
}
|
||||||
isHostOnlyRecording() {
|
isHostOnlyRecording() {
|
||||||
return this._hostOnlyRecording;
|
return this._hostOnlyRecording;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1923,7 +1923,7 @@ function startServer() {
|
|||||||
return cb('isLocked');
|
return cb('isLocked');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (room.isLobbyEnabled() && !isPresenter) {
|
if ((room.isLobbyEnabled() || room.isGlobalLobbyEnabled()) && !isPresenter) {
|
||||||
log.debug(
|
log.debug(
|
||||||
'The user is currently waiting to join the room because the lobby is enabled, and they are not a presenter'
|
'The user is currently waiting to join the room because the lobby is enabled, and they are not a presenter'
|
||||||
);
|
);
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم