[mirotalksfu] - fix typo & add new moderator option

هذا الالتزام موجود في:
Miroslav Pejic
2024-07-27 21:35:24 +02:00
الأصل a3220c0e20
التزام 8fc997c15a
9 ملفات معدلة مع 101 إضافات و21 حذوفات

عرض الملف

@@ -162,6 +162,7 @@ function handleRules(isPresenter) {
switchHostOnlyRecording.checked = hostOnlyRecording;
rc.roomAction(hostOnlyRecording ? 'hostOnlyRecordingOn' : 'hostOnlyRecordingOff', true, false);
// Room moderator
switchEveryonePrivacy.checked = localStorageSettings.moderator_video_start_privacy;
switchEveryoneMute.checked = localStorageSettings.moderator_audio_start_muted;
switchEveryoneHidden.checked = localStorageSettings.moderator_video_start_hidden;
switchEveryoneCantUnmute.checked = localStorageSettings.moderator_audio_cant_unmute;
@@ -173,6 +174,7 @@ function handleRules(isPresenter) {
// Update moderator settings...
const moderatorData = {
video_start_privacy: switchEveryonePrivacy.checked,
audio_start_muted: switchEveryoneMute.checked,
video_start_hidden: switchEveryoneHidden.checked,
audio_cant_unmute: switchEveryoneCantUnmute.checked,