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

Obtaining the Audience 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
- (NSArray <HWMAttendeeInfo *> *)getAudienceList;

Parameter Description

See HWMAttendeeInfo.

Sample Code

1
2
/// Obtain the attendee list.
[[HWMBizSdk getBizOpenApi] getAudienceList];