[mirotalksfu] - fix typo
هذا الالتزام موجود في:
@@ -43,7 +43,7 @@ class LocalStorage {
|
||||
lobby: false, // default false
|
||||
pitch_bar: true, // volume indicator
|
||||
sounds: true, // room notify sounds
|
||||
host_ony_recording: false, // presenter
|
||||
host_only_recording: false, // presenter
|
||||
rec_prioritize_h264: false, // Prioritize h.264 with AAC or h.264 with Opus codecs over VP8 with Opus or VP9 with Opus codecs
|
||||
rec_server: false, // The recording will be stored on the server rather than locally
|
||||
video_obj_fit: 2, // cover
|
||||
|
||||
@@ -1249,11 +1249,6 @@ function roomIsReady() {
|
||||
BUTTONS.settings.broadcastingButton && show(broadcastingButton);
|
||||
BUTTONS.settings.lobbyButton && show(lobbyButton);
|
||||
BUTTONS.settings.sendEmailInvitation && show(sendEmailInvitation);
|
||||
if (BUTTONS.settings.host_only_recording) {
|
||||
show(recordingImage);
|
||||
show(roomHostOnlyRecording);
|
||||
show(roomRecordingOptions);
|
||||
}
|
||||
if (rc.recSyncServerRecording) show(roomRecordingServer);
|
||||
BUTTONS.main.aboutButton && show(aboutButton);
|
||||
if (!DetectRTC.isMobileDevice) show(pinUnpinGridDiv);
|
||||
|
||||
@@ -184,6 +184,15 @@ function handleRules(isPresenter) {
|
||||
BUTTONS.settings.sendEmailInvitation ? show(sendEmailInvitation) : hide(sendEmailInvitation);
|
||||
!BUTTONS.settings.micOptionsButton && hide(micOptionsButton);
|
||||
!BUTTONS.settings.tabModerator && hide(tabModeratorBtn);
|
||||
if (BUTTONS.settings.host_only_recording) {
|
||||
show(recordingImage);
|
||||
show(roomRecordingOptions);
|
||||
show(roomHostOnlyRecording);
|
||||
} else {
|
||||
show(recordingImage);
|
||||
show(roomRecordingOptions);
|
||||
hide(roomHostOnlyRecording);
|
||||
}
|
||||
BUTTONS.participantsList.saveInfoButton ? show(participantsSaveBtn) : hide(participantsSaveBtn);
|
||||
BUTTONS.whiteboard.whiteboardLockButton
|
||||
? elemDisplay('whiteboardLockButton', true)
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم