I’m working on an application which requires to create multiple Zoom meeting links, for different people. Currently when I create the zoom links using the API, some of the IDs generated are the same, so a person could have two different events in two different days with the same ID and that could generate problems. Is there a condition for zoom to guaranty generation of always a different ID? Like a different topic, or start_date, etc. I would like for this meetings to be recurring because the people are going to come in and out of the events across multiple days.
This is great, how do I add new occurrence to an already existing meeting 3/8.
Do I first patch the recurrence and then update an occurrence, or is there a better way ?
If this is in reference to a recurring meeting, each occurrence of a recurring meeting will have its own unique UUID. However, you can identify occurrences in a series by their shared Meeting ID.
Hi you have mentioned that a recurring meeting has a shared Meeting ID but also has a unique UUID.
Can we use this UUID to record the attendance of participants to a specific session within the recurring meeting. if so can you help with the documentation or guide me to the specific person who can explain this.