Fixes lastN video change. Resulting 'Uncaught TypeError: stream.getOriginalStream is not a function', problem detected by torture (3 participants and the last one receives last-n changed event on joining and screenshot shows: it is missing one of the participants and logs contain this error).

This commit is contained in:
damencho 2015-11-10 16:40:34 -06:00
parent dc2a60edbb
commit e460f0c8fa
1 changed files with 1 additions and 1 deletions

View File

@ -747,7 +747,7 @@ var VideoLayout = (function (my) {
updateLargeVideo = false; updateLargeVideo = false;
} }
remoteVideos[resourceJid]. remoteVideos[resourceJid].
waitForPlayback(sel, mediaStream.stream); waitForPlayback(sel, mediaStream);
} }
}); });
} }