Help Center/ Meeting/ Client SDK Reference/ macOS 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

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

Sample Code

- (void)onWaitingListChanged:(NSArray<HWMAttendeeInfo *> *)waitingInfoList{
    NSLog(@"Report changes on the waiting room member list. onWaitingListChanged :%@", [waitingInfoList yy_modelDescription]);
}

Precautions

  1. Subscribe to the HWMBizNotificationHandler delegate during SDK initialization or set the delegate on the target page.

Parameter Description

See Table 3.