Add events to handle both End & Leave Actions

Dear,

I utilized Zoom Video SDK Toolkit for custom video application. In example code for closing an event there is only one call for both End & Leave video call, that’s

uitoolkit.onSessionClosed(this.sessionClosed)

My application need to have separate actions for both End and Leave button triggers. can you help me