doc: add FIXME
This commit is contained in:
parent
fb47b6ae21
commit
542bb7caed
|
@ -859,6 +859,8 @@ var VideoLayout = {
|
|||
updateLocalConnectionStats (percent, object) {
|
||||
const { framerate, resolution } = object;
|
||||
|
||||
// FIXME overwrites 'lib-jitsi-meet' internal object
|
||||
// Why library internal objects are passed as event's args ?
|
||||
object.resolution = resolution[APP.conference.getMyUserId()];
|
||||
object.framerate = framerate[APP.conference.getMyUserId()];
|
||||
localVideoThumbnail.updateStatsIndicator(percent, object);
|
||||
|
|
Loading…
Reference in New Issue