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

stopScreenshare()

Stops user's screenshare. The browser will stop publishing user's screen.

sambaFrame.stopScreenshare();

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

The related event is screenshareStopped, if you want to be informed when a user stops screensharing.

Last updated