[mirotalksfu] - #224 Fix recording file name with dot
هذا الالتزام موجود في:
@@ -78,7 +78,7 @@ let BRAND = {
|
||||
},
|
||||
about: {
|
||||
imageUrl: '../images/mirotalk-logo.gif',
|
||||
title: '<strong>WebRTC SFU v1.9.54</strong>',
|
||||
title: '<strong>WebRTC SFU v1.9.55</strong>',
|
||||
html: `
|
||||
<button
|
||||
id="support-button"
|
||||
|
||||
@@ -11,7 +11,7 @@ if (location.href.substr(0, 5) !== 'https') location.href = 'https' + location.h
|
||||
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
|
||||
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
|
||||
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
||||
* @version 1.9.54
|
||||
* @version 1.9.55
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -384,11 +384,6 @@ function initClient() {
|
||||
'Only the host (presenter) has the capability to record the meeting',
|
||||
'right'
|
||||
);
|
||||
setTippy(
|
||||
'switchH264Recording',
|
||||
'Prioritize h.264 with AAC or h.264 with Opus codecs over VP8 with Opus or VP9 with Opus codecs',
|
||||
'right'
|
||||
);
|
||||
setTippy('refreshVideoFiles', 'Refresh', 'left');
|
||||
setTippy('switchServerRecording', 'The recording will be stored on the server rather than locally', 'right');
|
||||
setTippy('whiteboardGhostButton', 'Toggle transparent background', 'bottom');
|
||||
@@ -5590,7 +5585,7 @@ function showAbout() {
|
||||
position: 'center',
|
||||
imageUrl: BRAND.about?.imageUrl && BRAND.about.imageUrl.trim() !== '' ? BRAND.about.imageUrl : image.about,
|
||||
customClass: { image: 'img-about' },
|
||||
title: BRAND.about?.title && BRAND.about.title.trim() !== '' ? BRAND.about.title : 'WebRTC SFU v1.9.54',
|
||||
title: BRAND.about?.title && BRAND.about.title.trim() !== '' ? BRAND.about.title : 'WebRTC SFU v1.9.55',
|
||||
html: `
|
||||
<br />
|
||||
<div id="about">
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
|
||||
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
|
||||
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
||||
* @version 1.9.54
|
||||
* @version 1.9.55
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -6633,7 +6633,6 @@ class RoomClient {
|
||||
}
|
||||
|
||||
disableRecordingOptions(disabled = true) {
|
||||
switchH264Recording.disabled = disabled;
|
||||
switchServerRecording.disabled = disabled;
|
||||
switchHostOnlyRecording.disabled = disabled;
|
||||
}
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم