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

startScreenshare()

Makes the browser show the screenshare modal, so user can choose to share the entire screen or only a concrete specific window/tab.

sambaFrame.startScreenshare();

Sample use case: Have a custom toolbar in your integration and want user to control screenshare from it.

The related event is screenshareStarted, if you want to be informed when a user starts a screenshare.

Last updated