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

disableVirtualBackground()

Removes (if already enabled) the virtual background for the local user.

sambaFrame.disableVirtualBackground();

Sample use cases:

  • You may want to control virtual background for the local user dynamically during the meeting.

The related events are captionsFontSizeChanged and captionsSpokenLanguageChanged if you want to be informed when the captions settings has been changed.

Last updated