[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-10-22 12:34:38 +02:00
الأصل b2b8be8b32
التزام 17d77c2f08

عرض الملف

@@ -63,6 +63,7 @@ const image = {
avatar: '../images/mirotalksfu-logo.png',
audio: '../images/audio.gif',
poster: '../images/loader.gif',
rec: '../images/rec.png',
recording: '../images/recording.png',
delete: '../images/delete.png',
locked: '../images/locked.png',
@@ -3583,7 +3584,7 @@ class RoomClient {
this.initRecording();
})
.catch((err) => {
this.handleRecordingError('Unable to record the screen + audio: ' + err);
this.handleRecordingError('Unable to record the screen + audio: ' + err, false);
});
}