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

This commit is contained in:
damencho 2016-03-17 13:29:07 -05:00
parent 9e0b1beed5
commit 5963f85ad6
1 changed files with 4 additions and 0 deletions

View File

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