Set preload=false by default for inApp

This commit is contained in:
Will Hunt
2025-09-11 14:08:35 +01:00
parent 62cfe09c7b
commit 489399c9e2

View File

@@ -347,7 +347,7 @@ export const getUrlParams = (
const inAppDefault = {
confineToRoom: true,
appPrompt: false,
preload: true,
preload: false,
header: platform === "desktop" ? HeaderStyle.None : HeaderStyle.AppBar,
showControls: true,
hideScreensharing: false,