Hello ,
I have few questions related zoom create meeting api as follows ,
How many users can join a meeting created by api ?
What will be duration of meeting will it be the duration I specified in request of API or something else for free tier.
I have came across https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate this. It says " The expiration time for the start_url field is two hours for all regular users " . Does it means meeting time will be 2 hours and after that meeting will end ? Please can you make me understand this.
How many users can join a meeting created by api ?
This will depend on the license/plan associated with the host of the meeting which you created via API. You can view the allotted participants per plan here: Plans & Pricing for Zoom One | Zoom
What will be duration of meeting will it be the duration I specified in request of API or something else for free tier.
The scheduled duration will be specified in your API request as the duration field, however meetings will not automatically start/end at the given start/end times or duration. These are for scheduling purposes, but the actual timing will depend on when the host starts/ends the meeting.
I have came across https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate this. It says " The expiration time for the start_url field is two hours for all regular users " . Does it means meeting time will be 2 hours and after that meeting will end ? Please can you make me understand this.
This 2 hour period refers specifically to the validity of the start_url used to start the meeting, not the meeting itself.
hi @will.zoom ,
Thank you for your response.
Related to start_url , does it mean when meeting is created then after that the start_url will be expire after two hours ?
Thank you