# minimizeUser()

Minimizes (reverts fullscreen) the currently maximized (fullscreened) user content.

<pre class="language-javascript"><code class="lang-javascript"><strong>sambaFrame.minimizeUser();
</strong></code></pre>

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

* Wanting to minimize the currently maximized content.

{% hint style="info" %}
**minimizeUser** is often used in conjunction with the [maximizeUser](https://docs.digitalsamba.com/reference/sdk/methods/maximizeuser) method.
{% endhint %}
