Browse Source

doc: add FIXME

j8
paweldomas 8 years ago
parent
commit
542bb7caed
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      modules/UI/videolayout/VideoLayout.js

+ 2
- 0
modules/UI/videolayout/VideoLayout.js View File

@@ -859,6 +859,8 @@ var VideoLayout = {
859 859
     updateLocalConnectionStats (percent, object) {
860 860
         const { framerate, resolution } = object;
861 861
 
862
+        // FIXME overwrites 'lib-jitsi-meet' internal object
863
+        // Why library internal objects are passed as event's args ?
862 864
         object.resolution = resolution[APP.conference.getMyUserId()];
863 865
         object.framerate = framerate[APP.conference.getMyUserId()];
864 866
         localVideoThumbnail.updateStatsIndicator(percent, object);

Loading…
Cancel
Save