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
2
3
4
5
/** 
* Obtains the participant list.
* @return Indicates the participant list.
*/
List<AttendeeModel> getAttendeeList();

Parameter Description

For details, see AttendeeModel.

Table 1 ConfAttendeeState description

Parameter

Description

CONF_ATTENDEE_STATE_IN_CONF

The participant is in the meeting.

CONF_ATTENDEE_STATE_CALLING

The participant is being called.

CONF_ATTENDEE_STATE_LEAVED

The participant has left the meeting.

Sample Code

HWMBizSdk.getBizOpenApi().getAttendeeList();