I am creating scheduled meeting using REST api then I got start_url in responce. when I click on that then immediatly meeting start…but in scheduled meeting …meeting schould start as per start date. Can anyone plz give me solution for this.
Hi @sagar.chavan,
That start_url is designed to start the meeting regardless if it’s a scheduled or not since it’s only used for the host. If you do not want the attendees to join the meeting, you will need to give them the join_url & disable join_before_host option within the Create meeting API[1].
1 - https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate
Let us know if this helps!
Thanks
1 Like