-
Notifications
You must be signed in to change notification settings - Fork 2
ParticipantUnblindedEvent
Ajša Terko edited this page Aug 7, 2025
·
1 revision
Getter for the participant field.
none
-
Participant- The value of theparticipantfield, which represents the participant that has been unblinded.
RoomCallEventListener roomCallEventListener = new DefaultRoomCallEventListener() {
@Override
public void onParticipantUnblinded(ParticipantUnblindedEvent participantUnblindedEvent) {
Participant participant = participantUnblindedEvent.getParticipant();
}
};