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

Notification of Individual Role Changes

API Description

A notification is sent when a role of an individual is changed.

Precautions

This API is used to replace the onIsSelfChairManChanged () API that will be deprecated.

Method Definition

1
2
3
4
5
/**
 * Notification of a role change in a meeting
 * @param confRole
 */
void onSelfRoleChangedNotify(ConfRole confRole);

Parameter Description

Table 1 Parameter description

Parameter

Type

Description

confRole

ConfRole

User role in a meeting. Waiting room members are not in meetings. Changes to this role are not reported.

Return Values

None