fix(connection-indicator): rename calls to hiding the indicator

This commit is contained in:
Leonard Kim 2017-07-18 13:27:48 -07:00
parent c97daff506
commit 364ab5431c
1 changed files with 2 additions and 2 deletions

View File

@ -837,9 +837,9 @@ var VideoLayout = {
for (var video in remoteVideos) { for (var video in remoteVideos) {
let remoteVideo = remoteVideos[video]; let remoteVideo = remoteVideos[video];
if (remoteVideo) if (remoteVideo)
remoteVideo.hideIndicator(); remoteVideo.removeConnectionIndicator();
} }
localVideoThumbnail.hideIndicator(); localVideoThumbnail.removeConnectionIndicator();
}, },
removeParticipantContainer (id) { removeParticipantContainer (id) {