[mirotalksfu] - add moderator rule - cant chat privately

هذا الالتزام موجود في:
Miroslav Pejic
2023-12-01 14:21:00 +01:00
الأصل f0d2e9f3bd
التزام c629bfabf2
7 ملفات معدلة مع 57 إضافات و6 حذوفات

عرض الملف

@@ -25,6 +25,7 @@ module.exports = class Room {
audio_cant_unmute: false,
video_cant_unhide: false,
screen_cant_share: false,
chat_cant_privately: false,
};
this.survey = config.survey;
this.redirect = config.redirect;
@@ -133,6 +134,9 @@ module.exports = class Room {
case 'screen_cant_share':
this._moderator.screen_cant_share = data.status;
break;
case 'chat_cant_privately':
this._moderator.chat_cant_privately = data.status;
break;
default:
break;
}