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.
2022-08-26 04:12 AM - edited 2022-08-26 04:13 AM
Hey, I'm working on this problem:
Given an email registered on Zoom, create a meeting on behalf of the given email and return the meeting link.
Key point is:
- The meeting host should be the given email
(This has to be used on a meeting scheduler application, that generates Zoom meetings for users automatically)
2022-08-26 10:52 AM - edited 2022-08-26 10:52 AM
Hey, @slated,
Are you developing software that needs to do this? You’d need to research the Zoom API and perform this through the Zoom back end after getting the user’s authorization. Calendly does this quite well; you might check out their user interface, and implement something similar for your specific implementation needs.
I’d also recommend following the Zoom Developer site.
2022-10-12 10:51 AM - edited 2022-10-12 10:51 AM
Hi Team,
I have the same problem. We want our end users (who are external users) to create meeting from our website using their zoom credentials. Is it possible?
Even entering credentials part can be skipped using Single sign on?
Please show me way to achieve this?