Merge remote-tracking branch 'origin/livekit' into hs/compound-switch

This commit is contained in:
Half-Shot
2026-04-27 13:54:46 +01:00
10 changed files with 33 additions and 16 deletions

View File

@@ -106,7 +106,7 @@ export const CallFooter: FC<FooterProps> = ({
tileStoreGeneration,
}) => {
const buttons: JSX.Element[] = [];
const buttonSize = asPip ? "sm" : "lg";
const buttonSize = asPip ? "md" : "lg";
const showSettingsButton =
openSettings !== undefined && !asPip && !hideControls;
const showLayoutSwitcher = !asPip && !hideControls;