LeaveButtonClicked() can't work

Hello,
I’d like to debug the “Leave Meeting” button but don’t know where to put breakpoint.
Could you tell me where the “leave meeting” button is triggered.

i tried to put breakpoint on those lines:

toolbar_bottom_workflow.cpp
void CToolbarBottomWorkFlow :: LeaveButtonClicked ()
toolbar_bottom_ui.cpp
void CToolbarBottom :: DoLeaveButtonClick ()

but didn’t work.

Hi alicanaygor,
Thanks for the post. Based on the screenshot you are posting, you are using the Zoom UI. Unfortunately, the “Leave Meeting” button (and all buttons shown in the bottom panels) does not allow breakpoints on them. The methods you have mentioned are for the custom UI.

Hope this helps. Thanks!