Updated on 2025-07-28 GMT+08:00

Notification of Participant List Changes

Notification Description

A notification is sent when the participant list is changed.

Method Definition

1
virtual void OnAttendeeListChanged(const HwmAttendeeListInfo *attendeeList) {};

Precautions

This notification is triggered when the participant list changes. Therefore, there may be multiple notifications.

Parameter Description

Table 1 HwmAttendeeListInfo description

Parameter

Type

Description

numOfAttendee

unsigned int

Number of participants.

attendees

HwmAttendeeInfo*

Basic participant information.