Parcourir la source

Fixes broken call to waitForPlayback in lastN logic.

master
paweldomas il y a 10 ans
Parent
révision
0bf98bf6cf
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      modules/UI/videolayout/VideoLayout.js

+ 2
- 1
modules/UI/videolayout/VideoLayout.js Voir le fichier

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

Chargement…
Annuler
Enregistrer