Description
In my application i am scheduling zoom meeting with registration enabled. User is joining zoom session with that particular registration link.
But when i am fetching zoom meeting details with particular api report/meetings/${meetingId}/participants, for some users it is showing wrong username and email.
This is happening if i am logged in on zoom portal with other zoom user, and if i joined meeting with other user registration url, then zoom report showing details of logged in user of that time instead of showing registered user details.
Can you find, if this is a issue or this is a default known behaviour. IMO system should take the registered users details with report.
Thanks for reaching out, happy to look into this for you.
Just to make sure we’re on the same page, when you say that “User is joining zoom session with that particular registration link.”, do you mean that they’re joining your meeting using the join_url returned by this endpoint, when a registrant is added to a meeting?:
Or is it possible you’re referring to a different URL? Let me know!
Hi, yes its a join_url which is returned by registration api. I am trying to join meeting by this url. But when user is logged in from other user on zoom portal (https://zoom.us/), then zoom is fetching details from logged in user, instead of registered user.
Thanks for confirming. If the user is already logged into Zoom, the participant details will default to that of their active Zoom session when they join the meeting.
Let me know if you have further questions about this.