Leave the Zoom meeting programmatically without clicking on leave meting

Description
Leave the Zoom meeting programmatically without clicking on leave meting

Which Android Meeting SDK version?
5.10.

I have intergrated the Zoom Meet sdk inside our app.
Although I am able to leave the meeting onClick of Leave Meeting in Zoom SDK but as a requirement I need to Leave the Zoom meeting programmatically without clicking on leave meting

Hi @anand3450,

To leave the meeting you are currently in, you can use InMeetingService#leaveCurrentMeeting or MeetingService#leaveCurrentMeeting.

Thanks!

Although i am executing the call
MeetingService meetingService = ZoomSDK.getInstance().getMeetingService();
meetingService.leaveCurrentMeeting(true);

But the problem is I am executing it in onResume, since the zoomsdk join session is called in onCreate

Hi @anand3450,

Are you seeing any specific issues when calling leaveCurrentMeeting? I’m also unsure why you’re mentioning Activity lifecycle callbacks, as they are not directly involved when leaving a meeting.

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.