Procházet zdrojové kódy

Fixes lastN video change. Resulting 'Uncaught TypeError: stream.getOriginalStream is not a function', problem detected by torture (3 participants and the last one receives last-n changed event on joining and screenshot shows: it is missing one of the participants and logs contain this error).

j8
damencho před 10 roky
rodič
revize
e460f0c8fa
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      modules/UI/videolayout/VideoLayout.js

+ 1
- 1
modules/UI/videolayout/VideoLayout.js Zobrazit soubor

747
                         updateLargeVideo = false;
747
                         updateLargeVideo = false;
748
                     }
748
                     }
749
                     remoteVideos[resourceJid].
749
                     remoteVideos[resourceJid].
750
-                        waitForPlayback(sel, mediaStream.stream);
750
+                        waitForPlayback(sel, mediaStream);
751
                 }
751
                 }
752
             });
752
             });
753
         }
753
         }

Načítá se…
Zrušit
Uložit