[mirotalksfu] - fix recording alerts
هذا الالتزام موجود في:
@@ -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);
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم