Browse Source

Fixes broken call to waitForPlayback in lastN logic.

j8
paweldomas 10 years ago
parent
commit
0bf98bf6cf
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      modules/UI/videolayout/VideoLayout.js

+ 2
- 1
modules/UI/videolayout/VideoLayout.js View File

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

Loading…
Cancel
Save