[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,

عرض الملف

@@ -55,7 +55,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.6.17
* @version 1.6.18
*
*/