Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api
Interface UserParticipant

All Superinterfaces:
Participant

public interface UserParticipant
extends Participant

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

reject

void reject()
Reject the participant from entering into the conversation. Application usually do this in the JOINING event of the participant or STARTING event of the communication.

reject

void reject(Reason reason)
Reject the participant from entering into the conversation. Application usually do this in the JOINING event of the participant or STARTING event of the communication.
Parameters:
reason - Reason for rejecting the participant.

redirect

void redirect(String participant)
Redirect the communication to use a different participant instead of this participant. Application usually do this in the JOINING event of the participant or STARTING event of the communication.
Parameters:
participant - The participant to whom the redirected request should go to.

getPhoneNumber

PhoneNumber getPhoneNumber()
Return the information about the phone number of the UserParticipant.
Returns:
Return an instance of PhoneNumber. This will be null, if the user use a VOIP phone.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.