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:
parent
9e0b1beed5
commit
5963f85ad6
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue