Merge pull request #1798 from virtuacoplenny/lenny/rename-hide-indicator

fix(connection-indicator): rename calls to hiding the indicator
This commit is contained in:
bbaldino 2017-07-19 15:20:33 -07:00 committed by GitHub
commit a08ea37005
1 changed files with 2 additions and 2 deletions

View File

@ -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) {