-
Notifications
You must be signed in to change notification settings - Fork 2
ParticipantBlindedEvent
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 blinded.
RoomCallEventListener roomCallEventListener = new DefaultRoomCallEventListener() {
@Override
public void onParticipantBlinded(ParticipantBlindedEvent participantBlindedEvent) {
Participant participant = participantBlindedEvent.getParticipant();
}
};