Explorar el Código

Fixes broken call to waitForPlayback in lastN logic.

master
paweldomas hace 10 años
padre
commit
0bf98bf6cf
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      modules/UI/videolayout/VideoLayout.js

+ 2
- 1
modules/UI/videolayout/VideoLayout.js Ver fichero

@@ -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…
Cancelar
Guardar