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 Companion2024-05-08 08:26 PM - edited 2024-05-08 08:27 PM
I would like to develop a chat room where users can chat, when they agree to have a meeting together at one specific time then the system will schedules and issues and posts a Zoom URL for them to join the meeting. Here are my questions:
1. Is this possible? (I mean this part " the system will schedules and issues and posts a Zoom URL for them to join the meeting")
2. If it is possible, what kind of Zoom account plan do I need to prepare? I assume it needs to issue more than 10 URLs simultaneously.
3. Could you tell me if there is a specific Zoom API that the system should call when issuing these URLs?
2024-05-08 09:59 PM
Take a look at Team Chat https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0059918
Internal and external users can chat using text, audio messages, video messages, screen share, or meet with video. If they have meetings often a recurring meeting can be setup with no fixed time which provides a fixed meeting URL that can be used at any time. That URL can even be put into a windows shortcut for a one click connect that bypasses using a browser. All they need to do is agree on the time. The meeting can be started by the host going to the meeting tab. We would recommend a Pro account if the workflow is only one simultaneous meeting at a time. If ten or more simultaneous meetings at a time then a Business account. If you decide to issue a new meeting ID for each meeting, it is possible, but can create a lot of entries on an account and add some complexity to finding and starting each meeting.
2024-05-08 10:42 PM
Thank you, Storyhub, for your kind and prompt support.
I actually want to develop a chat function within our own system (platform), not using Zoom's Team Chat feature. As previously mentioned, similar to other matching platforms, once users agree to meet (for interviews, online dating, or similar activities), our system will schedule a meeting and automatically generate a Zoom URL. When the time comes, both users can join the meeting without needing approval. This is what I am aiming to implement.
Are there any ways to implement this?