diff options
Diffstat (limited to 'main.js')
-rw-r--r-- | main.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -177,7 +177,8 @@ function createJitsiMeetWindow() { // Load the previous window state with fallback to defaults. const windowState = windowStateKeeper({ defaultWidth: 800, - defaultHeight: 600 + defaultHeight: 600, + fullScreen: false }); // Path to root directory. |