Help Center/
Meeting/
Client SDK Reference/
Android SDK/
API Reference/
Meeting Information/
Obtaining the Attendee List
Updated on 2024-07-30 GMT+08:00
Obtaining the Attendee List
getAudienceList
API Description
This API is used to obtain the attendee list in a meeting.
Precautions
- This API can be called only during a meeting.
- Attendees cannot call this API, but can obtain the list from the meeting details message.
Method Definition
1 2 3 4 5 |
/** * Obtains the attendee list. * @return Indicates the attendee list. */ List<AttendeeModel> getAudienceList(); |
Parameter Description
For details, see AttendeeModel.
Sample Code
HWMBizSdk.getBizOpenApi().getAudienceList();
Parent topic: Meeting Information
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot