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 HWMAttendeeState

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