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.

sambaFrame.minimizeLocalTile();

Sample use cases:

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

minimizeLocalTile is often used in conjunction with the maximizeLocalTile method.

Last updated