[mirotalksfu] - fix typo
هذا الالتزام موجود في:
@@ -3450,9 +3450,9 @@ class RoomClient {
|
|||||||
// RECORDING
|
// RECORDING
|
||||||
// ####################################################
|
// ####################################################
|
||||||
|
|
||||||
handleRecordingError(error) {
|
handleRecordingError(error, popupLog = true) {
|
||||||
console.error('Recording error', error);
|
console.error('Recording error', error);
|
||||||
this.userLog('error', error, 'top-end', 6000);
|
if (popupLog) this.userLog('error', error, 'top-end', 6000);
|
||||||
}
|
}
|
||||||
|
|
||||||
getSupportedMimeTypes() {
|
getSupportedMimeTypes() {
|
||||||
@@ -3502,7 +3502,7 @@ class RoomClient {
|
|||||||
recordingOptions(options, audioMixerTracks) {
|
recordingOptions(options, audioMixerTracks) {
|
||||||
Swal.fire({
|
Swal.fire({
|
||||||
background: swalBackground,
|
background: swalBackground,
|
||||||
position: 'center',
|
position: 'top',
|
||||||
imageUrl: image.recording,
|
imageUrl: image.recording,
|
||||||
title: 'Recording options',
|
title: 'Recording options',
|
||||||
showDenyButton: true,
|
showDenyButton: true,
|
||||||
@@ -3551,7 +3551,7 @@ class RoomClient {
|
|||||||
|
|
||||||
this.initRecording();
|
this.initRecording();
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.handleRecordingError('Unable to record the camera + audio: ' + err);
|
this.handleRecordingError('Unable to record the camera + audio: ' + err, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3761,15 +3761,8 @@ class RoomClient {
|
|||||||
to_peer_name: 'all',
|
to_peer_name: 'all',
|
||||||
};
|
};
|
||||||
this.showMessage(recAction);
|
this.showMessage(recAction);
|
||||||
|
|
||||||
if (!this.showChatOnMessage) {
|
if (!this.showChatOnMessage) {
|
||||||
this.msgHTML(
|
this.msgHTML(null, image.recording, null, `${icons.user} ${data.peer_name}: <h1>${data.action}</h1>`);
|
||||||
null,
|
|
||||||
image.recording,
|
|
||||||
null,
|
|
||||||
`${icons.user} ${data.peer_name}: <h1>${data.action}</h1>`,
|
|
||||||
'top',
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم