Compare commits

...

2 Commits

Author SHA1 Message Date
Timo
04d39993d1 Merge branch 'livekit' into toger5/layout-switcher-embedded 2024-07-25 10:37:27 +02:00
Timo
b8847b6f5f Remove hide header condition 2024-07-22 16:14:07 +02:00

View File

@@ -441,7 +441,6 @@ export const InCallView: FC<InCallViewProps> = ({
data-testid="incall_videomute"
/>,
);
if (!reducedControls) {
if (canScreenshare && !hideScreensharing) {
buttons.push(
@@ -486,7 +485,7 @@ export const InCallView: FC<InCallViewProps> = ({
</div>
)}
{showControls && <div className={styles.buttons}>{buttons}</div>}
{!mobile && !hideHeader && showControls && (
{!mobile && showControls && (
<LayoutToggle
className={styles.layout}
layout={gridMode}