Obtaining the Participant List
getAttendeeList
API Description
This API is used to obtain the participant list in a meeting.
Precautions
- This API can be called only during a meeting.
Method Definition
1
|
- (NSArray <HWMAttendeeInfo *> *)getAttendeeList; |
Parameter Description
See HWMAttendeeInfo.
Parameter |
Description |
---|---|
HWMAttendeeStateInConf |
The participant is in the meeting. |
HWMAttendeeStateCalling |
The participant is being called. |
HWMAttendeeStateLeaved |
The participant has left the meeting. |
Sample Code
1 2 |
/// Obtain the participant list. [[HWMBizSdk getBizOpenApi] getAttendeeList]; |
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.
For any further questions, feel free to contact us through the chatbot.
Chatbot