[mirotalksfu] - fix recording alerts

هذا الالتزام موجود في:
Miroslav Pejic
2023-10-22 11:34:12 +02:00
الأصل 8cb8b65553
التزام d683171adb
5 ملفات معدلة مع 22 إضافات و4 حذوفات

عرض الملف

@@ -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.1.2
* @version 1.1.3
*
*/
@@ -364,6 +364,13 @@ class RoomClient {
if (!peer_info.peer_video) {
await this.setVideoOff(peer_info, true);
}
if (peer_info.peer_recording) {
this.handleRecordingAction({
peer_id: peer_info.id,
peer_name: peer_info.peer_name,
action: 'Started recording',
});
}
}
this.refreshParticipantsCount();
console.log('07.2 Participants Count ---->', participantsCount);