Kaynağa Gözat

Minor fixes for jitsi-meet-new

* use proper context for the function
* remove duplicate line
efficient_tiling
isymchych 10 yıl önce
ebeveyn
işleme
bc2afd7d64

+ 0
- 1
modules/UI/videolayout/LargeVideo.js Dosyayı Görüntüle

165
 
165
 
166
     get id () {
166
     get id () {
167
         return getStreamOwnerId(this.stream);
167
         return getStreamOwnerId(this.stream);
168
-        return getStreamId(this.stream);
169
     }
168
     }
170
 
169
 
171
     constructor (onPlay) {
170
     constructor (onPlay) {

+ 1
- 1
modules/UI/videolayout/VideoLayout.js Dosyayı Görüntüle

633
         var updateLargeVideo = false;
633
         var updateLargeVideo = false;
634
 
634
 
635
         // Handle LastN/local LastN changes.
635
         // Handle LastN/local LastN changes.
636
-        BottomToolbar.getThumbs().each(function( index, element ) {
636
+        BottomToolbar.getThumbs().each(( index, element ) => {
637
             var resourceJid = getPeerContainerResourceId(element);
637
             var resourceJid = getPeerContainerResourceId(element);
638
 
638
 
639
             // We do not want to process any logic for our own(local) video
639
             // We do not want to process any logic for our own(local) video

Loading…
İptal
Kaydet