ZoomMtg.getAttendeeslist not triggering callback

Description
ZoomMtg.getAttendeeslist is not triggering success or error callback.

Browser Console Error
NA

Which Web Meeting SDK version?
3.1.0 - client view

Meeting SDK Code Snippets

ZoomMtg.getAttendeeslist({success: console.log, error: console.error})

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

  1. Start a meeting with waiting room enabled
  2. Join using the web sdk
  3. As soon as the user is admitted in the meeting call the function
  4. It wont trigger any callback

Screenshots
NA

Troubleshooting Routes
Same issue on the sample app

Device (please complete the following information):

  • OS: Linux
  • Browser: Chromium
  • Browser Version: 116

If I debug the sdk code, I can see the attendeelist is not populated yet and then the flow just exits, it should throw an error.

@bharat.bhadresha I’m trying to replicate this issue, could you elaborate on this point?

If I debug the sdk code, I can see the attendeelist is not populated yet and then the flow just exits, it should throw an error.

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