-
Notifications
You must be signed in to change notification settings - Fork 2
RoleChangedEvent
Ajša Terko edited this page Jul 23, 2025
·
1 revision
Getter for the role field.
none
-
Role- The value of therolefield, which represents the new role that has been assigned to the local participant.
ApplicationCallEventListener applicationCallEventListener = new DefaultApplicationCallEventListener() {
@Override
public void onRoleChanged(RoleChangedEvent roleChangedEvent) {
Role role = roleChangedEvent.getRole();
}
};