Fixes the issue with the dot and arrow new to the remote videos.
This commit is contained in:
parent
0856443a6b
commit
e0dbb1a47a
|
@ -504,6 +504,9 @@ var VideoLayout = (function (my) {
|
|||
peerContainer.show();
|
||||
else if (peerContainer.is(':visible') && !isShow)
|
||||
peerContainer.hide();
|
||||
|
||||
VideoLayout.resizeThumbnails();
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue