Updated on 2023-03-23 GMT+08:00

Obtaining the Attendee List

getAudienceList

API Description

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

Precautions

  1. This API can be called only during a meeting.
  2. Attendees cannot call this API, but can obtain the list from the meeting details message.

Method Definition

1
2
3
4
5
/** 
 * Obtains the attendee list.
 * @return Indicates the attendee list.
 */
List<AttendeeModel> getAudienceList();

Parameter Description

For details, see AttendeeModel.

Sample Code

HWMBizSdk.getBizOpenApi().getAudienceList();