> For the complete documentation index, see [llms.txt](https://docs.digitalsamba.com/reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalsamba.com/reference/sdk/methods/minimizelocaltile.md).

# minimizeLocalTile()

Minimizes user's local (own) tile. Note that this doesn't affect other (remote) users.\
If user's tile is already minimized , then calling this method has no effect.

```javascript
sambaFrame.minimizeLocalTile();
```

**Sample use cases**:&#x20;

* Having the local (own) tile maximized and wanting to minimize it.

{% hint style="info" %}
**minimizeLocalTile** is often used in conjunction with the [maximizeLocalTile](/reference/sdk/methods/maximizelocaltile.md) method.
{% endhint %}
