diff --git a/modules/UI/videolayout/VideoLayout.js b/modules/UI/videolayout/VideoLayout.js index 03872a3fe..be4cc2f5c 100644 --- a/modules/UI/videolayout/VideoLayout.js +++ b/modules/UI/videolayout/VideoLayout.js @@ -837,9 +837,9 @@ var VideoLayout = { for (var video in remoteVideos) { let remoteVideo = remoteVideos[video]; if (remoteVideo) - remoteVideo.hideIndicator(); + remoteVideo.removeConnectionIndicator(); } - localVideoThumbnail.hideIndicator(); + localVideoThumbnail.removeConnectionIndicator(); }, removeParticipantContainer (id) {