diff --git a/src/room/InCallView.jsx b/src/room/InCallView.jsx index e28c771..a01da4b 100644 --- a/src/room/InCallView.jsx +++ b/src/room/InCallView.jsx @@ -87,7 +87,7 @@ export function InCallView({ if (layout === "freedom") { return tiles.map((tile) => { if (tile === focusedTile) { - return { ...tile, presenter: !tile.presenter }; + return { ...tile, focused: !tile.focused }; } return tile;