Fixes broken call to waitForPlayback in lastN logic.
This commit is contained in:
@@ -709,7 +709,8 @@ var VideoLayout = {
|
||||
updateLargeVideo = false;
|
||||
}
|
||||
remoteVideo.waitForPlayback(
|
||||
remoteVideo.selectVideoElement(), remoteVideo.videoStream);
|
||||
remoteVideo.selectVideoElement()[0],
|
||||
remoteVideo.videoStream);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user