Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Uses of Interface
com.oracle.sft.api.UserParticipant

Packages that use UserParticipant
com.oracle.sft.api The SFT base communication API. 

 

Uses of UserParticipant in com.oracle.sft.api

 

Methods in com.oracle.sft.api that return UserParticipant
 UserParticipant QueryInteraction.getParticipant()
          Retrieve the participant which receives the messages from the initiator.
 UserParticipant IMConversation.getParticipant()
          Retrieve the participant which receives the messages from the initiator.
 UserParticipant MediaPartner.getUserPartner()
          Return the UserParticipant if the MediaPartner have already attached with a UserParticipant using attach(UserParticipant) method.

 

Methods in com.oracle.sft.api that return types with arguments of type UserParticipant
 Collection<UserParticipant> MSRPConference.getAllParticipants()
          Return all the participants in the conference.
 Collection<UserParticipant> IMConference.getAllParticipants()
          Return all the participants in the conference.
 Collection<UserParticipant> Conference.getAllParticipants()
          Return all the participants in the conference.

 

Methods in com.oracle.sft.api with parameters of type UserParticipant
 void MSRPPlayer.addDataReceiver(UserParticipant name)
          Use this method to add data receivers to the MSRPPlayer before invoke it's start(...) method.
 void MediaPartner.attach(UserParticipant up)
          Attach with the specified UserParticipant and acts as each other's partner.
 void Conference.muteParticipant(UserParticipant up)
          Mute a UserParticipant that has joined the conference.
 void Conference.unmuteParticipant(UserParticipant up)
          Unmute a UserParticipant that has joined the conference.

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.