瀏覽代碼

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

j8
Leonard Kim 8 年之前
父節點
當前提交
364ab5431c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      modules/UI/videolayout/VideoLayout.js

+ 2
- 2
modules/UI/videolayout/VideoLayout.js 查看文件

@@ -837,9 +837,9 @@ var VideoLayout = {
837 837
         for (var video in remoteVideos) {
838 838
             let remoteVideo = remoteVideos[video];
839 839
             if (remoteVideo)
840
-                remoteVideo.hideIndicator();
840
+                remoteVideo.removeConnectionIndicator();
841 841
         }
842
-        localVideoThumbnail.hideIndicator();
842
+        localVideoThumbnail.removeConnectionIndicator();
843 843
     },
844 844
 
845 845
     removeParticipantContainer (id) {

Loading…
取消
儲存