[mirotalksfu] - update dep, rb mediasoup, fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2025-06-27 23:21:19 +02:00
الأصل 9d8dad44f3
التزام 190e1a1c60
8 ملفات معدلة مع 66 إضافات و65 حذوفات

عرض الملف

@@ -28,7 +28,8 @@ console.log('FFmpeg', { platform, ffmpegPath });
class RtmpStreamer {
constructor(rtmpUrl, rtmpKey, socket) {
(this.socket = socket), (this.rtmpUrl = rtmpUrl);
this.socket = socket;
this.rtmpUrl = rtmpUrl;
this.rtmpKey = rtmpKey;
this.stream = new PassThrough();
this.ffmpegStream = null;