[mirotalksfu] - add only host meeting recroding

هذا الالتزام موجود في:
Miroslav Pejic
2023-09-08 11:45:39 +02:00
الأصل db6e725489
التزام 0c5d45efbe
7 ملفات معدلة مع 213 إضافات و40 حذوفات

عرض الملف

@@ -23,6 +23,7 @@ class LocalStorage {
lobby: false, // default false
pitch_bar: true, // volume indicator
sounds: true, // room notify sounds
host_ony_recording: false, // presenter
video_obj_fit: 2, // cover
video_controls: 0, // off
theme: 0, // dark
@@ -83,6 +84,8 @@ class LocalStorage {
case this.MEDIA_TYPE.audioVideo:
this.INIT_CONFIG.audioVideo = status;
break;
default:
break;
}
this.setObjectLocalStorage('INIT_CONFIG', this.INIT_CONFIG);
}