Updated on 2025-09-19 GMT+08:00

Notification of Participant List Changes

API Description

A notification is sent when the participant list changes.

Method Definition

1
2
3
4
5
6
/**
 * Participant update notification.
 *
 * @param attendeeInfoList
 */
void onAttendeeListChanged(List<AttendeeInfo> attendeeInfoList);

Parameter Description

For details about AttendeeInfo, see Table 2.

Return Values

None