Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI CompanionUser groups are unique spaces where community members can collaborate, network, and exchange knowledge on similar interests and expertise.
Help & Resources is your place to discover helpful Zoom support resources, browse Zoom Community how-to documentation, and stay updated on community announcements.
The Events page is your destination for upcoming webinars, platform training sessions, targeted user events, and more. Stay updated on opportunities to enhance your skills and connect with fellow Zoom users.
Starting February 3, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to use SMS/MMS capabilities on their numbers.
Introducing more live support options! More Zoom customers now have access to live agent chat support. Sign in and visit our Contact Support page to see all your available support options. We’re here to help!
2021-11-01 02:21 AM
first i call mMeetingService?.leaveCurrentMeeting(true)
right after that i check status it gives - MEETING_STATUS_DISCONNECTING
inside onMeetingLeaveComplete it returns 0
i then end this zoom activity and go to start activity
lifecycleScope.launch {
delay(1000)
val intent = Intent(this@MyMeetingActivity, GettingStartedActivity::class.java)
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP or Intent.FLAG_ACTIVITY_CLEAR_TASK or Intent.FLAG_ACTIVITY_NEW_TASK)
startActivity(intent)
finish()
}
after connecting 2 / 3 times to zoom it reopens zoom activity on its own and i checked the status in onCreate its giving MEETING_STATUS_IDLE even though i'm calling leaveCurrentMeeting(true)
please help
thanks in advance
2021-11-04 07:45 AM
Hey @DeepShah, I'd recommend submitting this post to our developer forum found here: https://devforum.zoom.us/. Let me know if you get the answer you need from there! In the meantime, I welcome any experts out there to chime in with a helpful response or proposed solution to @user’s question 🙂.