Przeglądaj źródła

doc: add FIXME

master
paweldomas 8 lat temu
rodzic
commit
542bb7caed
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2
    0
      modules/UI/videolayout/VideoLayout.js

+ 2
- 0
modules/UI/videolayout/VideoLayout.js Wyświetl plik

859
     updateLocalConnectionStats (percent, object) {
859
     updateLocalConnectionStats (percent, object) {
860
         const { framerate, resolution } = object;
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
         object.resolution = resolution[APP.conference.getMyUserId()];
864
         object.resolution = resolution[APP.conference.getMyUserId()];
863
         object.framerate = framerate[APP.conference.getMyUserId()];
865
         object.framerate = framerate[APP.conference.getMyUserId()];
864
         localVideoThumbnail.updateStatsIndicator(percent, object);
866
         localVideoThumbnail.updateStatsIndicator(percent, object);

Ładowanie…
Anuluj
Zapisz