Help Center/ Meeting/ Client SDK Reference/ iOS SDK/ Notification Reference/ Meeting Status Change Notification/ Notification of Changes to the Waiting Room Member List
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

- (void)onWaitingListChanged:(NSArray<HWMAttendeeInfo *> *)waitingInfoList;

Precautions

  1. Set the bizNotifyHandler delegate during SDK initialization or set the delegate on the target page.

Parameter Description

See Table 4.