fix(connection-indicator): rename calls to hiding the indicator
This commit is contained in:
parent
c97daff506
commit
364ab5431c
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue