|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserParticipant
Represents a user participant in the communication.
Method Summary | |
---|---|
PhoneNumber |
getPhoneNumber() Return the information about the phone number of the UserParticipant. |
void |
redirect(String participant) Redirect the communication to use a different participant instead of this participant. |
void |
reject() Reject the participant from entering into the conversation. |
void |
reject(Reason reason) Reject the participant from entering into the conversation. |
Methods inherited from interface com.oracle.sft.api.Participant |
---|
addAgent, getAgent, getAgents, getExtension, getJoinable, getName, getNickName, removeAgent, setName, setNickName |
Method Detail |
---|
void reject()
void reject(Reason reason)
reason
- Reason for rejecting the participant.void redirect(String participant)
participant
- The participant to whom the redirected request should go to.PhoneNumber getPhoneNumber()
PhoneNumber
. This will be null, if the user use a VOIP phone.
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2012 Oracle Corporation. All Rights Reserved.