浏览代码

Fixes undefined error.

j8
damencho 9 年前
父节点
当前提交
809f68104d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      modules/UI/videolayout/VideoLayout.js

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

991
                     // change the avatar url on large
991
                     // change the avatar url on large
992
                     largeVideo.updateAvatar(Avatar.getThumbUrl(smallVideo.id));
992
                     largeVideo.updateAvatar(Avatar.getThumbUrl(smallVideo.id));
993
                     // show the avatar on large if needed
993
                     // show the avatar on large if needed
994
-                    largeVideo.showAvatar(show);
994
+                    largeVideo.showAvatar(smallVideo.stream.isMuted());
995
                 });
995
                 });
996
 
996
 
997
         } else if (currentId) {
997
         } else if (currentId) {

正在加载...
取消
保存