diff --git a/modules/UI/videolayout/LargeVideoManager.js b/modules/UI/videolayout/LargeVideoManager.js index 271cd6994..8b51a5ff9 100644 --- a/modules/UI/videolayout/LargeVideoManager.js +++ b/modules/UI/videolayout/LargeVideoManager.js @@ -331,7 +331,7 @@ export default class LargeVideoManager { * the chat. We re-compute the width again after the chat window is closed. This is needed when * custom styling is configured on the large video container through the iFrame API. */ - if (isOpen) { + if (isOpen && !this.resizedForChat) { widthToUse -= CHAT_SIZE; this.resizedForChat = true; } else if (this.resizedForChat) {