[mirotalksfu] - #175 fix share room link in host protected mode

هذا الالتزام موجود في:
Miroslav Pejic
2024-11-03 06:18:17 +01:00
الأصل d302a04e38
التزام 5416ae8572
5 ملفات معدلة مع 15 إضافات و5 حذوفات

عرض الملف

@@ -65,6 +65,8 @@ module.exports = class Room {
// Polls
this.polls = [];
this.isHostProtected = config.host.protected;
}
// ####################################################
@@ -87,6 +89,7 @@ module.exports = class Room {
fromUrl: this.rtmp && this.rtmp.fromUrl,
fromStream: this.rtmp && this.rtmp.fromStream,
},
hostProtected: this.isHostProtected,
moderator: this._moderator,
survey: this.survey,
redirect: this.redirect,