Interface ParticipantListener
-
- All Known Subinterfaces:
ActiveParticipantListener,DroppedParticipantListener,PendingParticipantListener
public interface ParticipantListenerInterface that can be used to get feedback and updates from the conference participant.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonParticipantMatchedContactsChanged(Participant participant)Called to report that the participant's matched contacts were updated.
-
-
-
Method Detail
-
onParticipantMatchedContactsChanged
void onParticipantMatchedContactsChanged(Participant participant)
Called to report that the participant's matched contacts were updated.- Parameters:
participant- Participant whose matched contacts were updated.
-
-