Description
A Zoom scheduled meeting starts counting the meeting duration from the time we actually start the meeting but should’t it count the duration from the start time I gave in the Request Body(start_time)
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
https://api.zoom.us/v2/users/{userId}/meetings
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Request https://api.zoom.us/v2/users/{userId}/meetings
- Start the meeting after 10 mins from the start_time in the Request Body the meeting will continue for the same duration from the actual start time and from the scheduled start time
Is there any way I can schedule a meeting which always counts the duration from the scheduled start time and ends the meeting after that??