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