Updated on 2024-07-30 GMT+08:00

Obtaining the Participant List

getAttendeeList

API Description

This API is used to obtain the participant list in a meeting.

Precautions

  1. This API can be called only during a meeting.

Method Definition

1
- (NSArray <HWMAttendeeInfo *> *)getAttendeeList;

Parameter Description

See HWMAttendeeInfo.

Table 1 Enumerated values of HWMConfAttendeeState

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];