Description
getAttendeeslist() showing only host not other attendess.
Which version?
1.7.8
Additional context
i have created meeting with type:2,but getAttendeeslist() showing only host name but not other participant name in consol.log(res),any solutions,thanks in advance…
no.without button i need to get attendees…because i am not joining from the web sdk…because i am getting all participants once host admit to participant.just those people to i have to insert into database…without button…any solution…i am able to see all participants those participants to store it into dataabse.
I am trying to find a way to utilize the webhooks to determine when specific participants enter and leave a meeting created via API. We have a database of users on our application that we want to store their attendance within meetings. How can we map our users to the webhook data provided?
meeting.participant_joined how it works using websdk.can you please help me
You can use the Meeting Participant Webhook or report / dashboard / meeting participant endpoints which will pass you the user_name and user_id of the Web SDK userName and userId. We are fixing a bug with the user_email and userEmail:
Currently we are using userName and usreId . but this detail is not reliable in many cases, like if waiting room is on then the userid I pass get replaced with zoom generated id and they I lost track on that participant, I shared this point with support team approx 2 months ago but due to COVID your support if very much affected. So the email address is the only useful key for me. I hope your team will be able to fix this soon.