Join_URL is not unique for different meetings

We have created meetings with the API - /users/{userId}/meetings
Now in few cases, I see the join_url is same even if the meetings start at different times

For instance refer the meeting id - 85944192274, it got created 5 times and has same join_url.
Now this will create issue as our clients can join any meeting out of 5.

Reading other instances, came across setting use_pmi field → but we are not using this field, hence the default value will be false. So not a solution for the current problem.

Hi Vijay,

Was this a recurring meeting by any chance?

No, it was individual meeting. Created at different times, back to back.

Any updates on this one?