From 364ab5431ce0515af1f52672b384d15a8d6fae58 Mon Sep 17 00:00:00 2001 From: Leonard Kim Date: Tue, 18 Jul 2017 13:27:48 -0700 Subject: [PATCH] fix(connection-indicator): rename calls to hiding the indicator --- modules/UI/videolayout/VideoLayout.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {