Hi,
We are sending a request to Zoom API to retrieve meeting schedules and start meetings via Web SDK. This works seamlessly. However, when a recurring meeting created, Zoom’s response is being only the furthest meeting. For instance, the recurring meeting is set for 1-week, and when we send a request (e.g
users/{{userId}}/meetings), it only responses with 7th day’s meeting information. Could you show what we should do differently in case of recurring meetings?
Thank you