浏览代码

Fixes avatar that is shown, when we switch from container with muted video to container from other type, like etherpad.

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

+ 4
- 0
modules/UI/videolayout/LargeVideo.js 查看文件

@@ -332,6 +332,10 @@ class VideoContainer extends LargeContainer {
332 332
     }
333 333
 
334 334
     hide () {
335
+        // as the container is hidden/replaced by another container
336
+        // hide its avatar
337
+        this.showAvatar(false);
338
+
335 339
         // its already hidden
336 340
         if (!this.isVisible) {
337 341
             return Promise.resolve();

正在加载...
取消
保存