Updated on 2025-04-18 GMT+08:00

Notification of Changes to the Waiting Room Member List

Notification Description

This notification is sent when the list of waiting room members changes.

Method Definition

1
virtual void OnWaitingListChanged(const HwmAttendeeListInfo *waitingList) {};

Precautions

This notification is triggered when the waiting room member 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.