[mirotalksfu] - add cloud, update dep

هذا الالتزام موجود في:
Miroslav Pejic
2024-06-06 14:43:16 +02:00
الأصل 13cfb516f4
التزام 7b7a35e1d8
10 ملفات معدلة مع 165 إضافات و24 حذوفات

عرض الملف

@@ -27,7 +27,10 @@ module.exports = class Room {
this._roomPassword = null;
this._hostOnlyRecording = false;
// ##########################
this._recSyncServerRecording = config?.server?.recording?.enabled || false;
this.recording = {
recSyncServerRecording: config?.server?.recording?.enabled || false,
recSyncServerEndpoint: config?.server?.recording?.endpoint || '',
};
// ##########################
this._moderator = {
audio_start_muted: false,
@@ -57,7 +60,7 @@ module.exports = class Room {
return {
id: this.id,
broadcasting: this._isBroadcasting,
recSyncServerRecording: this._recSyncServerRecording,
recording: this.recording,
config: {
isLocked: this._isLocked,
isLobbyEnabled: this._isLobbyEnabled,