diff --git a/modules/UI/videolayout/VideoLayout.js b/modules/UI/videolayout/VideoLayout.js index d233cb39f..741bc218c 100644 --- a/modules/UI/videolayout/VideoLayout.js +++ b/modules/UI/videolayout/VideoLayout.js @@ -176,9 +176,7 @@ var VideoLayout = { let localId = APP.conference.getMyUserId(); this.onVideoTypeChanged(localId, stream.videoType); - if (!stream.isMuted()) { - localVideoThumbnail.changeVideo(stream); - } + localVideoThumbnail.changeVideo(stream); /* force update if we're currently being displayed */ if (this.isCurrentlyOnLarge(localId)) {