Fixes undefined error.

This commit is contained in:
damencho 2016-01-14 11:15:38 -06:00
parent 0531daf541
commit 809f68104d
1 changed files with 1 additions and 1 deletions

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) {