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