Duplicate particpants

Description
Duplicate participants are logged when queried for meeting participants via https://api.zoom.us/v2/metrics/meetings/{meeting ID}/participants?type=past&include_fields=registrant_id

Error
N/A

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
https://api.zoom.us/v2/metrics/meetings/{meeting ID}/participants?type=past&include_fields=registrant_id

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Add a registrant to meeting
  2. Host same meeting from iOS SDK
  3. Join the meeting through unique join meeting url obtained above as part of registration
  4. Leave the meeting
  5. Now query for meeting participants with same meeting Id using API https://api.zoom.us/v2/metrics/meetings/{meeting ID}/participants?type=past&include_fields=registrant_id
  6. Now we observe duplicate participants with same registrant_Id are logged even though registrant as joined the meetings once

Screenshots (If applicable)
N/A

Additional context
N/A

Hi @srudrappa

Thank you for bringing this to our attention! Can you please share the query and JSON body response you are seeing to developersupport@zoom.us so we can try to reproduce the error on our end?

Thank you!

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