更新时间:2025-07-28 GMT+08:00

与会者列表更新通知

通知描述

收到该通知时,表示与会者列表发生变化。

方法定义

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

示例代码

- (void)onAttendeeListChanged:(NSArray<HWMAttendeeInfo *> *)attendeeList {
    [HWMConsoleManager shareInstance].console = [NSString stringWithFormat:@"onAttendeeListChanged: %@", [attendeeList yy_modelDescription]];
}

注意事项

  1. SDK初始化时订阅HWMBizNotificationHandler代理对象或者在需要处理的界面设置代理对象。

参数描述

HWMAttendeeInfo参数说明。