Przeglądaj źródła

Fixes broken call to waitForPlayback in lastN logic.

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

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

@@ -709,7 +709,8 @@ var VideoLayout = {
709 709
                         updateLargeVideo = false;
710 710
                     }
711 711
                     remoteVideo.waitForPlayback(
712
-                        remoteVideo.selectVideoElement(), remoteVideo.videoStream);
712
+                        remoteVideo.selectVideoElement()[0],
713
+                        remoteVideo.videoStream);
713 714
                 }
714 715
             });
715 716
         }

Ładowanie…
Anuluj
Zapisz