For the complete documentation index, see llms.txt. This page is also available as Markdown.

hideToolbar()

Hides the application toolbar completely.

sambaFrame.hideToolbar();

Sample use case: Have a completely custom toolbar in your integration and you don't want the user to see the default Digital Samba toolbar inside the room.

Often used in conjunction with the showToolbar method.

Last updated