Description/Error
The api docs for ZoomMtg.getAttendeeslist() seems to be incomplete. When I follow the example and call ZoomMtg.getAttendeeslist({}) in a meeting with 3 attendees, the return value is undefined. I suspect I need to specify some params but the documentation has no info for it.
Try using the below code snippet. When you run it you should see an object with method getAttendeeList. Within the object look at the result.attendeeList property.
ZoomMtg.getAttendeeslist({
success: function (res) {
console.log(res, "get getAttendeeslist");
}
});
+1 for more documentation on this, particularly: what does the result look like. Does it include things like whether the attendee has their hand raised and also any nonverbal communication by the attendee.
This only returns the list of attendees names. Right now we do not have a way to detect if a user raised their hand or any other nonverbal communications. We’ll ask our Engineers to include this in our APIs in a later release.
@michael_p.zoom the snippet provided works. Thanks for that. But can you also update the documentation? The docs seems to be very outdated and contain spelling errors.
This is still not updated in the documentation, FYI! It’s really difficult to actually develop with the SDK when the support (documentation) is not maintained!
Thank you for reaching out to the Zoom Developer Forum and for highlighting this. I’ll bring this up during our next team meeting to get this updated ASAP.