leaveSession()
Leaves the session, so the user is no longer participating in the call.
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.
Last updated