diff --git a/modules/UI/videolayout/VideoLayout.js b/modules/UI/videolayout/VideoLayout.js index 11a7af5ccd..7ee3ac5f02 100644 --- a/modules/UI/videolayout/VideoLayout.js +++ b/modules/UI/videolayout/VideoLayout.js @@ -709,7 +709,8 @@ var VideoLayout = { updateLargeVideo = false; } remoteVideo.waitForPlayback( - remoteVideo.selectVideoElement(), remoteVideo.videoStream); + remoteVideo.selectVideoElement()[0], + remoteVideo.videoStream); } }); }