[mirotalksfu] - fix

هذا الالتزام موجود في:
Miroslav Pejic
2024-07-31 08:02:10 +02:00
الأصل 11be15eb2d
التزام e28b050409

عرض الملف

@@ -2357,7 +2357,7 @@ class RoomClient {
this.popupPeerInfo(p.id, peer_info);
this.checkPeerInfoStatus(peer_info);
if (!remoteIsScreen && remotePrivacyOn) this.setVideoPrivacyStatus(remotePeerId, remotePrivacyOn);
if (remoteIsScreen) pn.click();
if (remoteIsScreen && !isHideALLVideosActive) pn.click();
this.sound('joined');
handleAspectRatio();
console.log('[addConsumer] Video-element-count', this.videoMediaContainer.childElementCount);