Fixes undefined error.

This commit is contained in:
damencho
2016-01-14 11:15:38 -06:00
parent 0531daf541
commit 809f68104d

View File

@@ -991,7 +991,7 @@ var VideoLayout = {
// change the avatar url on large
largeVideo.updateAvatar(Avatar.getThumbUrl(smallVideo.id));
// show the avatar on large if needed
largeVideo.showAvatar(show);
largeVideo.showAvatar(smallVideo.stream.isMuted());
});
} else if (currentId) {