Просмотр исходного кода

Fixes broken call to waitForPlayback in lastN logic.

master
paweldomas 10 лет назад
Родитель
Сommit
0bf98bf6cf
1 измененных файлов: 2 добавлений и 1 удалений
  1. 2
    1
      modules/UI/videolayout/VideoLayout.js

+ 2
- 1
modules/UI/videolayout/VideoLayout.js Просмотреть файл

@@ -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
         }

Загрузка…
Отмена
Сохранить