From 809f68104dc857355ac28ebde80cd320d7b63b8f Mon Sep 17 00:00:00 2001 From: damencho Date: Thu, 14 Jan 2016 11:15:38 -0600 Subject: [PATCH] Fixes undefined error. --- modules/UI/videolayout/VideoLayout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/UI/videolayout/VideoLayout.js b/modules/UI/videolayout/VideoLayout.js index 2c89da939..241af183b 100644 --- a/modules/UI/videolayout/VideoLayout.js +++ b/modules/UI/videolayout/VideoLayout.js @@ -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) {