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 webinar.

Precautions

  1. Call this API only in webinars.
  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
/// Obtaining the attendee list.
[[HWMBizSdk getBizOpenApi] getAudienceList];