-
Notifications
You must be signed in to change notification settings - Fork 2
ParticipantRoleChangedEvent
Ajša Terko edited this page Jul 23, 2025
·
1 revision
Getter for the participant field.
none
-
Participant- The value of theparticipantfield, which represents the participant whose role has changed.
ApplicationCallEventListener applicationCallEventListener = new DefaultApplicationCallEventListener() {
@Override
public void onParticipantRoleChanged(ParticipantRoleChangedEvent participantRoleChangedEvent) {
Participant participant = participantRoleChangedEvent.getParticipant();
}
};