Web SDK Recurring Meeting Issue

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

Hey @yagmur,

To get a single meeting occurrence, use the Get Meeting API and pass in the occurrence_id query param.

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.