minimizeUser()

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

sambaFrame.minimizeUser();

Sample use cases:

  • Wanting to minimize the currently maximized content.

minimizeUser is often used in conjunction with the maximizeUser method.

Last updated