[mirotalksfu] - add cloud, update dep
هذا الالتزام موجود في:
@@ -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,
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم