[mirotalksfu] - add missing, fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2024-07-01 10:49:13 +02:00
الأصل 7199ba2c07
التزام 10bac9c387
6 ملفات معدلة مع 7 إضافات و6 حذوفات

عرض الملف

@@ -107,7 +107,7 @@ module.exports = class Room {
try {
// Create dir if not exists
if (!fs.existsSync(folderPath)) {
log.debug('[getRTMP] Dir not exist going to create', folderPath);
log.debug('[getRTMP] Dir not exists going to create', folderPath);
fs.mkdirSync(folderPath, { recursive: true });
}
const files = fs.readdirSync(folderPath);

عرض الملف

@@ -44,7 +44,7 @@ dependencies: {
* @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.4.72
* @version 1.4.73
*
*/