public interface RemoteParticipantI
RemoteParticipantI
object represents each participant on a Contact that an InteractionI
object is
associated with. The UserI
that is associated with the InteractionI
is not included or classified as a
remote participant.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddress() |
java.lang.String |
getName() |
StateReason |
getReason() |
RemoteParticipantState |
getState() |
com.avaya.ccs.core.RemoteParticipant.RemoteParticipantType |
getType() |
java.lang.String getAddress()
RemoteParticipantI
RemoteParticipantState getState()
RemoteParticipantState
that this RemoteParticipantI
is inStateReason getReason()
StateReason
that was the cause of the last state transitioncom.avaya.ccs.core.RemoteParticipant.RemoteParticipantType getType()
RemoteParticipant.RemoteParticipantType
for the RemotePartcipant.java.lang.String getName()