更新时间:2025-08-15 GMT+08:00
分享

与会者列表变化通知

接口描述

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

方法定义

1
2
3
4
5
6
/**
 * 与会者更新通知
 *
 * @param attendeeInfoList
 */
void onAttendeeListChanged(List<AttendeeInfo> attendeeInfoList);

参数描述

AttendeeInfo参考 表2

返回值

无。

相关文档