Can I end the meeting after some certain time automatically?

Description
Hi, I need to make sure the meeting end after some certain time (after start instant meeting), let’s say 5 mins.
Is it possible?

Which version?
v4.6.15086.0209

Smartphone (please complete the following information):

  • Device: SAMSUNG GT-N7105
  • OS: Android
  • Version Android 7.1.2

Hi johntyty2,

Thanks for the post. If you would like to make sure the meeting end after some certain time, you could run a timer to countdown 5mins. After 5 mins, call the leaveMeeting(true)(https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/InMeetingService.html#leaveCurrentMeeting-boolean-) to end the meeting.

Hope this helps. Thanks!