cancel
Showing results for 
Search instead for 
Did you mean: 

On April 16, between 2:25 P.M. ET and 4:12 P.M. ET, the domain zoom.us was not available due to a server block by GoDaddy Registry. This block was the result of a communication error between Zoom’s domain registrar, Markmonitor, and GoDaddy Registry, which resulted in GoDaddy Registry mistakenly shutting down zoom.us domain. Zoom, Markmonitor, and GoDaddy worked quickly to identify and remove the block, which restored service to the domain zoom.us. There was no product, security or network failure at Zoom during the outage. GoDaddy and Markmonitor are working together to prevent this from happening again.

Arranging multiple meetings simultaneously

phantrung
Newcomer
Newcomer

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? 

2 REPLIES 2

storyhub
Community Champion | Customer
Community Champion | Customer

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.

phantrung
Newcomer
Newcomer

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?