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

Notification of Participant List Updates

Notification Description

A notification is sent when the participant list is changed.

Method Definition

1
- (void)onAttendeeListChanged:(NSArray<HWMAttendeeInfo *> *)attendeeList;

Sample Code

- (void)onAttendeeListChanged:(NSArray<HWMAttendeeInfo *> *)attendeeList {
    [HWMConsoleManager shareInstance].console = [NSString stringWithFormat:@"onAttendeeListChanged: %@", [attendeeList 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.