Updated on 2023-03-23 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 participant is in the meeting.

HWMConfAttendeeStateCalling

The participant is being called.

HWMConfAttendeeStateLeaved

The participant has left the meeting.

Sample Code

1
2
/// Obtain the participant list.
[[HWMBizSdk getBizOpenApi] getAttendeeList];