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
 HWM_SDK_AGENT_API hwmsdk::HwmErrCode GetAudienceList();

Callback Function

1
virtual void OnGetAudienceListResult(const HwmAttendeeInfo* audidenceList, unsigned int length)override {};

Parameter Description

HWMAttendeeInfo parameters