> For the complete documentation index, see [llms.txt](https://docs.digitalsamba.com/reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalsamba.com/reference/sdk/methods/leavesession.md).

# leaveSession()

Leaves the session, so the user is no longer participating in the call.

```javascript
sambaFrame.leaveSession();
```

**Sample use case**: \
Have a custom toolbar in your integration and want user to leave the session by clicking your own specific hang up call button.
