public abstract class BaseActiveParticipantListener
extends java.lang.Object
implements com.avaya.clientservices.call.conference.ActiveParticipantListener
| Constructor and Description |
|---|
BaseActiveParticipantListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onParticipantApplicantSharingStatusChanged(com.avaya.clientservices.call.conference.Participant participant)
Called to report that a participant's application sharing status has changed.
|
void |
onParticipantAudioStatusChanged(com.avaya.clientservices.call.conference.Participant participant,
com.avaya.clientservices.call.conference.ParticipantMediaStatus audioStatus)
Called to report that a participant's audio has been changed.
|
void |
onParticipantCameraRemoteControlSupportChanged(com.avaya.clientservices.call.conference.Participant participant)
Called to report that a participant's camera remote control support changed.
|
void |
onParticipantConnectionStatusChanged(com.avaya.clientservices.call.conference.Participant participant,
com.avaya.clientservices.call.conference.ParticipantConnectionStatus connectionStatus)
Called to report that a participant's conference connection status has changed.
|
void |
onParticipantHandLowered(com.avaya.clientservices.call.conference.Participant participant)
Called to report that a participant's hand is lowered, either by the participant, or
by a moderator who acknowledged the participant raising hand.
|
void |
onParticipantHandRaised(com.avaya.clientservices.call.conference.Participant participant)
Called to report that a participant has raised hand.
|
void |
onParticipantMatchedContactsChanged(com.avaya.clientservices.call.conference.Participant participant)
Called to report that the participant's matched contacts were updated.
|
void |
onParticipantSetAsLecturer(com.avaya.clientservices.call.conference.Participant participant)
Called to report that the participant is now a lecturer.
|
void |
onParticipantSetAsModerator(com.avaya.clientservices.call.conference.Participant participant)
Called to report that the participant is now a moderator.
|
void |
onParticipantSetAsPresenter(com.avaya.clientservices.call.conference.Participant participant)
Called to report that the participant is now a presenter.
|
void |
onParticipantUnsetAsLecturer(com.avaya.clientservices.call.conference.Participant participant)
Called to report that the participant is no longer a lecturer.
|
void |
onParticipantUnsetAsModerator(com.avaya.clientservices.call.conference.Participant participant)
Called to report that the participant is no longer a moderator.
|
void |
onParticipantUnsetAsPresenter(com.avaya.clientservices.call.conference.Participant participant)
Called to report that the participant is no longer a presenter.
|
void |
onParticipantVideoStatusChanged(com.avaya.clientservices.call.conference.Participant participant,
com.avaya.clientservices.call.conference.ParticipantMediaStatus videoStatus)
Called to report that a participant's video has been changed.
|
public void onParticipantConnectionStatusChanged(com.avaya.clientservices.call.conference.Participant participant,
com.avaya.clientservices.call.conference.ParticipantConnectionStatus connectionStatus)
com.avaya.clientservices.call.conference.ActiveParticipantListeneronParticipantConnectionStatusChanged in interface com.avaya.clientservices.call.conference.ActiveParticipantListenerparticipant - Participant whose connection status has changed.connectionStatus - New ParticipantConnectionStatus of the participant.public void onParticipantApplicantSharingStatusChanged(com.avaya.clientservices.call.conference.Participant participant)
com.avaya.clientservices.call.conference.ActiveParticipantListeneronParticipantApplicantSharingStatusChanged in interface com.avaya.clientservices.call.conference.ActiveParticipantListenerparticipant - Participant whose application sharing status has changed.public void onParticipantSetAsModerator(com.avaya.clientservices.call.conference.Participant participant)
com.avaya.clientservices.call.conference.ActiveParticipantListeneronParticipantSetAsModerator in interface com.avaya.clientservices.call.conference.ActiveParticipantListenerparticipant - Participant who has been assigned to be a moderator.public void onParticipantUnsetAsModerator(com.avaya.clientservices.call.conference.Participant participant)
com.avaya.clientservices.call.conference.ActiveParticipantListeneronParticipantUnsetAsModerator in interface com.avaya.clientservices.call.conference.ActiveParticipantListenerparticipant - Participant who is no longer a moderator.public void onParticipantSetAsLecturer(com.avaya.clientservices.call.conference.Participant participant)
com.avaya.clientservices.call.conference.ActiveParticipantListeneronParticipantSetAsLecturer in interface com.avaya.clientservices.call.conference.ActiveParticipantListenerparticipant - Participant who has been assigned to be a lecturer.public void onParticipantUnsetAsLecturer(com.avaya.clientservices.call.conference.Participant participant)
com.avaya.clientservices.call.conference.ActiveParticipantListeneronParticipantUnsetAsLecturer in interface com.avaya.clientservices.call.conference.ActiveParticipantListenerparticipant - Participant who is no longer a lecturer.public void onParticipantSetAsPresenter(com.avaya.clientservices.call.conference.Participant participant)
com.avaya.clientservices.call.conference.ActiveParticipantListeneronParticipantSetAsPresenter in interface com.avaya.clientservices.call.conference.ActiveParticipantListenerparticipant - Participant who has been assigned to be a presenter.public void onParticipantUnsetAsPresenter(com.avaya.clientservices.call.conference.Participant participant)
com.avaya.clientservices.call.conference.ActiveParticipantListeneronParticipantUnsetAsPresenter in interface com.avaya.clientservices.call.conference.ActiveParticipantListenerparticipant - Participant who is no longer a presenter.public void onParticipantHandRaised(com.avaya.clientservices.call.conference.Participant participant)
com.avaya.clientservices.call.conference.ActiveParticipantListeneronParticipantHandRaised in interface com.avaya.clientservices.call.conference.ActiveParticipantListenerparticipant - Participant who has raised hand during the conference call.public void onParticipantHandLowered(com.avaya.clientservices.call.conference.Participant participant)
com.avaya.clientservices.call.conference.ActiveParticipantListeneronParticipantHandLowered in interface com.avaya.clientservices.call.conference.ActiveParticipantListenerparticipant - Participant whose hand is lowered.public void onParticipantAudioStatusChanged(com.avaya.clientservices.call.conference.Participant participant,
com.avaya.clientservices.call.conference.ParticipantMediaStatus audioStatus)
com.avaya.clientservices.call.conference.ActiveParticipantListeneronParticipantAudioStatusChanged in interface com.avaya.clientservices.call.conference.ActiveParticipantListenerparticipant - Participant whose audio status has changed.audioStatus - New audio ParticipantMediaStatus status.public void onParticipantVideoStatusChanged(com.avaya.clientservices.call.conference.Participant participant,
com.avaya.clientservices.call.conference.ParticipantMediaStatus videoStatus)
com.avaya.clientservices.call.conference.ActiveParticipantListeneronParticipantVideoStatusChanged in interface com.avaya.clientservices.call.conference.ActiveParticipantListenerparticipant - Participant whose video status has changed.videoStatus - New video ParticipantMediaStatus status.public void onParticipantMatchedContactsChanged(com.avaya.clientservices.call.conference.Participant participant)
com.avaya.clientservices.call.conference.ParticipantListeneronParticipantMatchedContactsChanged in interface com.avaya.clientservices.call.conference.ParticipantListenerparticipant - Participant whose matched contacts were updated.public void onParticipantCameraRemoteControlSupportChanged(com.avaya.clientservices.call.conference.Participant participant)
com.avaya.clientservices.call.conference.ActiveParticipantListeneronParticipantCameraRemoteControlSupportChanged in interface com.avaya.clientservices.call.conference.ActiveParticipantListenerparticipant - Participant whose camera remote control support changed.