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 |
---|---|
HWMConfAttendeeStateInConf |
The user is in the meeting. |
HWMConfAttendeeStateCalling |
The user is being called. |
HWMConfAttendeeStateJoining |
The user is joining the meeting. |
HWMConfAttendeeStateLeaved |
The user has left the meeting. |
HWMConfAttendeeStateNoExist |
The user does not exist. |
HWMConfAttendeeStateBusy |
The called party is busy. |
HWMConfAttendeeStateNoAnswer |
The user does not answer the call. |
HWMConfAttendeeStateReject |
The user rejects the call. |
HWMConfAttendeeStateFailed |
Call failed. |
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