Skip to content

Commit

Permalink
doc(VideoLayout): add FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
paweldomas committed Feb 21, 2017
1 parent be78492 commit 67382b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/UI/videolayout/VideoLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,8 @@ var VideoLayout = {
updateLocalConnectionStats (percent, object) {
let resolutions = object.resolution;

// FIXME overwrites 'lib-jitsi-meet' internal object
// Why library internal objects are passed as event's args ?
object.resolution = resolutions[APP.conference.getMyUserId()];
localVideoThumbnail.updateStatsIndicator(percent, object);

Expand Down

0 comments on commit 67382b5

Please sign in to comment.