Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.service.protocol.CallPeer

Packages that use CallPeer
net.java.sip.communicator.impl.gui.main.call   
net.java.sip.communicator.impl.gui.main.call.conference   
net.java.sip.communicator.impl.protocol.gibberish   
net.java.sip.communicator.impl.protocol.jabber   
net.java.sip.communicator.impl.protocol.mock   
net.java.sip.communicator.impl.protocol.sip   
net.java.sip.communicator.service.protocol   
net.java.sip.communicator.service.protocol.event   
net.java.sip.communicator.service.protocol.media   
 

Uses of CallPeer in net.java.sip.communicator.impl.gui.main.call
 

Methods in net.java.sip.communicator.impl.gui.main.call with parameters of type CallPeer
 void OneToOneCallPanel.addCallPeerPanel(CallPeer peer)
          Creates and adds a panel for a call peer.
 void OneToOneCallPanel.addCallPeerPanel(CallPeer peer, UIVideoHandler videoHandler)
          Creates and adds a panel for a call peer.
 OperationSetDesktopSharingClient UIVideoHandler.addRemoteControlListener(CallPeer callPeer)
          Sets up listening to remote-control notifications (granted or revoked).
 void CallPanel.addRemoteVideoSpecificComponents(CallPeer callPeer)
          Adds remote video specific components.
 OperationSetVideoTelephony UIVideoHandler.addVideoListener(CallPeer callPeer)
          Sets up listening to notifications about adding or removing video for the CallPeer this panel depicts and displays the video in question in the last-known of UIVideoHandler.videoContainers (because the video is represented by a Component and it cannot be displayed in multiple Containers at one and the same time) as soon as it arrives.
 void UIVideoHandler.addVideoToolbar(CallPeer callPeer, Component videoToolbar)
           
 void CallRenderer.conferenceMemberAdded(CallPeer callPeer, ConferenceMember conferenceMember)
          Indicates that the given conference member has been added to the given peer.
 void OneToOneCallPanel.conferenceMemberAdded(CallPeer callPeer, ConferenceMember conferenceMember)
          Indicates that the given conference member has been added to the given peer.
 void CallRenderer.conferenceMemberRemoved(CallPeer callPeer, ConferenceMember conferenceMember)
          Indicates that the given conference member has been removed from the given peer.
 void OneToOneCallPanel.conferenceMemberRemoved(CallPeer callPeer, ConferenceMember conferenceMember)
          Indicates that the given conference member has been removed from the given peer.
static SecurityPanel SecurityPanel.create(CallPeerRenderer peerRenderer, CallPeer callPeer, SrtpControl srtpControl)
          Creates the security panel depending on the concrete implementation of the passed security controller.
static void CallManager.enableDesktopRemoteControl(CallPeer callPeer, boolean isEnable)
          Enables/disables remote control when in a desktop sharing session with the given callPeer.
 CallPeerRenderer CallRenderer.getCallPeerRenderer(CallPeer callPeer)
          Returns the CallPeerRenderer corresponding to the given callPeer.
 CallPeerRenderer OneToOneCallPanel.getCallPeerRenderer(CallPeer callPeer)
          Returns the CallPeerRenderer corresponding to the given callPeer.
static byte[] CallManager.getPeerImage(CallPeer peer)
          Returns the image corresponding to the given peer.
 void UIVideoHandler.handleVideoEvent(CallPeer callPeer, VideoEvent event)
          When a video is added or removed for the callPeer, makes sure to display or hide it respectively.
static void CallManager.hangupCallPeer(CallPeer callPeer)
          Hang ups the given callPeer.
static boolean CallManager.isVideoQualityPresetSupported(CallPeer callPeer)
          Checks whether the callPeer supports setting video quality presets.
static void CallManager.openCallTransferDialog(CallPeer peer)
          Opens a call transfer dialog to transfer the given peer.
static void CallManager.putOnHold(CallPeer callPeer, boolean isOnHold)
          Puts on or off hold the given callPeer.
 void UIVideoHandler.removeRemoteControlListener(CallPeer callPeer)
          Removes the setup for listening to remote-control notifications (granted or revoked).
 void UIVideoHandler.removeVideoListener(CallPeer callPeer)
          Removes the video listener
static void CallManager.setVideoQualityPreset(CallPeer callPeer, QualityPreset qualityPreset)
          Sets the given quality preset for the video of the given call peer.
static void CallManager.transferCall(CallPeer peer, CallPeer target)
          Transfers the given peer to the given target.
static void CallManager.transferCall(CallPeer peer, String target)
          Transfers the given peer to the given target.
 

Constructors in net.java.sip.communicator.impl.gui.main.call with parameters of type CallPeer
CallPeerAdapter(CallPeer callPeer, CallPeerRenderer renderer)
          Creates a CallPeerAdapter by specifying the corresponding callPeer and corresponding renderer.
OneToOneCallPanel(CallPanel callContainer, Call call, CallPeer callPeer)
          Creates a call panel for the corresponding call, by specifying the call type (incoming or outgoing) and the parent dialog.
OneToOneCallPanel(CallPanel callContainer, Call call, CallPeer callPeer, UIVideoHandler videoHandler)
          Creates a call panel for the corresponding call, by specifying the call type (incoming or outgoing) and the parent dialog.
OneToOneCallPeerPanel(CallRenderer callRenderer, CallPeer callPeer, List<Container> videoContainers)
          Creates a CallPeerPanel for the given call peer.
OneToOneCallPeerPanel(CallRenderer callRenderer, CallPeer callPeer, List<Container> videoContainers, UIVideoHandler vHandler)
          Creates a CallPeerPanel for the given call peer.
TransferActiveCallsMenu(JComponent invoker, CallPeer peer, Collection<CallPeer> callPeers)
          Creates an instance of the TransferActiveCallsMenu.
TransferCallDialog(CallPeer peer)
          Creates a TransferCallDialog by specifying the peer to transfer
ZrtpSecurityPanel(CallPeerRenderer peerRenderer, CallPeer callPeer, ZrtpControl zrtpControl)
          Creates an instance of SecurityPanel by specifying the corresponding peer.
 

Constructor parameters in net.java.sip.communicator.impl.gui.main.call with type arguments of type CallPeer
TransferActiveCallsMenu(JComponent invoker, CallPeer peer, Collection<CallPeer> callPeers)
          Creates an instance of the TransferActiveCallsMenu.
 

Uses of CallPeer in net.java.sip.communicator.impl.gui.main.call.conference
 

Fields in net.java.sip.communicator.impl.gui.main.call.conference with type parameters of type CallPeer
protected  Hashtable<CallPeer,ConferenceCallPeerRenderer> VideoConferenceCallPanel.callPeerPanels
          Maps a CallPeer to its renderer.
protected  Hashtable<CallPeer,ConferenceCallPeerRenderer> ConferenceCallPanel.callPeerPanels
          Maps a CallPeer to its renderer.
 

Methods in net.java.sip.communicator.impl.gui.main.call.conference with parameters of type CallPeer
 void VideoConferenceCallPanel.addCallPeerPanel(CallPeer peer)
          Creates and adds a CallPeerRenderer for the given peer.
 void ConferenceCallPanel.addCallPeerPanel(CallPeer peer)
          Creates and adds a CallPeerRenderer for the given peer.
 void VideoConferenceCallPanel.conferenceMemberAdded(CallPeer callPeer, ConferenceMember conferenceMember)
           
 void ConferenceCallPanel.conferenceMemberAdded(CallPeer callPeer, ConferenceMember conferenceMember)
          Indicates that the given conference member has been added to the given peer.
 void ConferenceFocusPanel.conferenceMemberAdded(CallPeer callPeer, ConferenceMember conferenceMember)
          Indicates that the given conference member has been added to the given peer.
 void VideoConferenceCallPanel.conferenceMemberRemoved(CallPeer callPeer, ConferenceMember conferenceMember)
           
 void ConferenceCallPanel.conferenceMemberRemoved(CallPeer callPeer, ConferenceMember conferenceMember)
          Indicates that the given conference member has been removed from the given peer.
 void ConferenceFocusPanel.conferenceMemberRemoved(CallPeer callPeer, ConferenceMember conferenceMember)
          Indicates that the given conference member has been removed from the given peer.
 CallPeerRenderer VideoConferenceCallPanel.getCallPeerRenderer(CallPeer callPeer)
          Returns the CallPeerRenderer corresponding to the given callPeer.
 CallPeerRenderer ConferenceCallPanel.getCallPeerRenderer(CallPeer callPeer)
          Returns the CallPeerRenderer corresponding to the given callPeer.
 void VideoConferenceCallPanel.removeCallPeerPanel(CallPeer peer)
          Removes the CallPeerRenderer and all related listeners corresponding to the given peer.
 void ConferenceCallPanel.removeCallPeerPanel(CallPeer peer)
          Removes the CallPeerRenderer and all related listeners corresponding to the given peer.
 

Constructors in net.java.sip.communicator.impl.gui.main.call.conference with parameters of type CallPeer
CallPeerMenu(CallPeer peer)
          Creates a CallPeerActionMenuBar by specifying the associated callPeer.
ConferenceFocusPanel(ConferenceCallPanel callRenderer, CallPanel callPanel, CallPeer callPeer, UIVideoHandler videoHandler)
          Creates an instance of ConferenceFocusPanel by specifying the parent call renderer, the call panel and the peer represented by this conference focus panel.
ConferencePeerPanel(ConferenceCallPanel callRenderer, CallPanel callContainer, CallPeer callPeer, UIVideoHandler videoHandler, boolean isVideo)
          Creates a ConferencePeerPanel, that would be contained in the given callDialog and would correspond to the given callPeer.
 

Uses of CallPeer in net.java.sip.communicator.impl.protocol.gibberish
 

Classes in net.java.sip.communicator.impl.protocol.gibberish that implement CallPeer
 class CallPeerGibberishImpl
          A Gibberish implementation of the CallPeer interface.
 

Methods in net.java.sip.communicator.impl.protocol.gibberish that return CallPeer
 CallPeer OperationSetTelephonyConferencingGibberishImpl.inviteCalleeToCall(String callee, Call existingCall)
          Invites the given callee to the given existingCall.
 

Methods in net.java.sip.communicator.impl.protocol.gibberish with parameters of type CallPeer
 void OperationSetBasicTelephonyGibberishImpl.answerCallPeer(CallPeer peer)
          Indicates a user request to answer an incoming call from the specified CallPeer.
 void OperationSetBasicTelephonyGibberishImpl.hangupCallPeer(CallPeer peer)
          Indicates a user request to end a call with the specified call particiapnt.
 void OperationSetBasicTelephonyGibberishImpl.hangupCallPeer(CallPeer peer, int reasonCode, String reason)
          Ends the call with the specified peer.
 void OperationSetBasicTelephonyGibberishImpl.putOffHold(CallPeer peer)
          Resumes communication with a call peer previously put on hold.
 void OperationSetBasicTelephonyGibberishImpl.putOnHold(CallPeer peer)
          Puts the specified CallPeer "on hold".
 void OperationSetBasicTelephonyGibberishImpl.setMute(CallPeer peer, boolean mute)
          Sets the mute state of the audio stream being sent to a specific CallPeer.
 

Constructors in net.java.sip.communicator.impl.protocol.gibberish with parameters of type CallPeer
ConferenceMemberGibberishImpl(CallPeer conferenceFocusCallPeer, String address)
          Creates an instance of ConferenceMemberGibberishImpl by specifying the parent call peer and the address of the member.
 

Uses of CallPeer in net.java.sip.communicator.impl.protocol.jabber
 

Classes in net.java.sip.communicator.impl.protocol.jabber that implement CallPeer
 class CallPeerGTalkImpl
          Implements a Google Talk CallPeer.
 class CallPeerJabberImpl
          Implements a Jabber CallPeer.
 

Methods in net.java.sip.communicator.impl.protocol.jabber that return CallPeer
protected  CallPeer OperationSetTelephonyConferencingJabberImpl.inviteCalleeToCall(String calleeAddress, CallJabberImpl call, boolean wasConferenceFocus)
          Invites a callee with a specific address to be joined in a specific Call in the sense of conferencing.
 

Methods in net.java.sip.communicator.impl.protocol.jabber with parameters of type CallPeer
 void OperationSetBasicTelephonyJabberImpl.answerCallPeer(CallPeer peer)
          Implements method answerCallPeer from OperationSetBasicTelephony.
 void OperationSetVideoTelephonyJabberImpl.answerVideoCallPeer(CallPeer peer)
          Indicates a user request to answer an incoming call with video enabled from the specified CallPeer.
 void OperationSetDesktopSharingServerJabberImpl.disableRemoteControl(CallPeer callPeer)
          Disable desktop remote control.
 void OperationSetDesktopSharingServerJabberImpl.enableRemoteControl(CallPeer callPeer)
          Enable desktop remote control.
 QualityControl OperationSetVideoTelephonyJabberImpl.getQualityControl(CallPeer peer)
          Returns the quality control for video calls if any.
 void OperationSetBasicTelephonyJabberImpl.hangupCallPeer(CallPeer peer)
          Ends the call with the specified peer.
 void OperationSetBasicTelephonyJabberImpl.hangupCallPeer(CallPeer peer, int reasonCode, String reasonText)
          Ends the call with the specified peer.
 boolean OperationSetBasicTelephonyJabberImpl.isSecure(CallPeer peer)
          Gets the secure state of the call session in which a specific peer is involved
 void OperationSetBasicTelephonyJabberImpl.putOffHold(CallPeer peer)
          Resumes communication with a call peer previously put on hold.
 void OperationSetBasicTelephonyJabberImpl.putOnHold(CallPeer peer)
          Puts the specified CallPeer "on hold".
 void OperationSetDesktopSharingClientJabberImpl.sendKeyboardEvent(CallPeer callPeer, KeyEvent event)
          Send a keyboard notification.
 void OperationSetDesktopSharingClientJabberImpl.sendMouseEvent(CallPeer callPeer, MouseEvent event)
          Send a mouse notification.
 void OperationSetDesktopSharingClientJabberImpl.sendMouseEvent(CallPeer callPeer, MouseEvent event, Dimension videoPanelSize)
          Send a mouse notification for specific "moved" MouseEvent.
 void OperationSetDTMFJabberImpl.startSendingDTMF(CallPeer callPeer, DTMFTone tone)
          Sends the DTMFTone tone to callPeer.
 void OperationSetDTMFJabberImpl.stopSendingDTMF(CallPeer callPeer)
          Stops sending DTMF.
 void OperationSetBasicTelephonyJabberImpl.transfer(CallPeer peer, CallPeer target)
          Transfers (in the sense of call transfer) a specific CallPeer to a specific callee address which already participates in an active Call.
 void OperationSetBasicTelephonyJabberImpl.transfer(CallPeer peer, String target)
          Transfers (in the sense of call transfer) a specific CallPeer to a specific callee address which may or may not already be participating in an active Call.
 

Uses of CallPeer in net.java.sip.communicator.impl.protocol.mock
 

Classes in net.java.sip.communicator.impl.protocol.mock that implement CallPeer
 class MockCallPeer
           
 

Methods in net.java.sip.communicator.impl.protocol.mock that return CallPeer
 CallPeer MockOperationSetBasicTelephony.addNewCallPeer(Call call, String address)
           
 

Methods in net.java.sip.communicator.impl.protocol.mock with parameters of type CallPeer
 void MockOperationSetBasicTelephony.answerCallPeer(CallPeer peer)
          Indicates a user request to answer an incoming call from the specified CallPeer.
 void MockOperationSetBasicTelephony.hangupCallPeer(CallPeer peer)
          Indicates a user request to end a call with the specified call particiapnt.
 void MockOperationSetBasicTelephony.hangupCallPeer(CallPeer peer, int reasonCode, String reason)
          Ends the call with the specified peer.
 void MockOperationSetBasicTelephony.putOffHold(CallPeer peer)
          Resumes communication with a call peer previously put on hold.
 void MockOperationSetBasicTelephony.putOnHold(CallPeer peer)
          Puts the specified CallPeer "on hold".
 

Uses of CallPeer in net.java.sip.communicator.impl.protocol.sip
 

Classes in net.java.sip.communicator.impl.protocol.sip that implement CallPeer
 class CallPeerSipImpl
          Our SIP implementation of the default CallPeer;
 

Methods in net.java.sip.communicator.impl.protocol.sip with parameters of type CallPeer
 void OperationSetBasicTelephonySipImpl.answerCallPeer(CallPeer peer)
          Indicates a user request to answer an incoming call from the specified CallPeer.
 void OperationSetVideoTelephonySipImpl.answerVideoCallPeer(CallPeer peer)
          Indicates a user request to answer an incoming call with video enabled from the specified CallPeer.
 void OperationSetDesktopSharingServerSipImpl.disableRemoteControl(CallPeer callPeer)
          Disable desktop remote control.
 void OperationSetDesktopSharingServerSipImpl.enableRemoteControl(CallPeer callPeer)
          Enable desktop remote control.
 QualityControl OperationSetVideoTelephonySipImpl.getQualityControl(CallPeer peer)
          Returns the quality control for video calls if any.
 void OperationSetBasicTelephonySipImpl.hangupCallPeer(CallPeer peer)
          Ends the call with the specified peer.
 void OperationSetBasicTelephonySipImpl.hangupCallPeer(CallPeer peer, int reasonCode, String reason)
          Ends the call with the specified peer.
 boolean OperationSetBasicTelephonySipImpl.isSecure(CallPeer peer)
          Returns true to indicate that the call associated with the given peer is secured, otherwise returns false.
 void OperationSetBasicTelephonySipImpl.putOffHold(CallPeer peer)
          Resumes communication with a call peer previously put on hold.
 void OperationSetBasicTelephonySipImpl.putOnHold(CallPeer peer)
          Puts the specified CallPeer "on hold".
 void OperationSetDesktopSharingClientSipImpl.sendKeyboardEvent(CallPeer callPeer, KeyEvent event)
          Send a keyboard notification.
 void OperationSetDesktopSharingClientSipImpl.sendMouseEvent(CallPeer callPeer, MouseEvent event)
          Send a mouse notification.
 void OperationSetDesktopSharingClientSipImpl.sendMouseEvent(CallPeer callPeer, MouseEvent event, Dimension videoPanelSize)
          Send a mouse notification for specific "moved" MouseEvent.
 void OperationSetDTMFSipImpl.startSendingDTMF(CallPeer callPeer, DTMFTone tone)
          Sends the DTMFTone tone to callPeer.
 void OperationSetDTMFSipImpl.stopSendingDTMF(CallPeer callPeer)
          Stops sending DTMF.
 void OperationSetBasicTelephonySipImpl.transfer(CallPeer transferee, CallPeer transferTarget)
          Transfers the call we have with transferee to transferTarget.
 void OperationSetBasicTelephonySipImpl.transfer(CallPeer peer, String target)
          Transfers (in the sense of call transfer) a specific CallPeer to a specific callee address which already participates in an active Call.
 

Uses of CallPeer in net.java.sip.communicator.service.protocol
 

Classes in net.java.sip.communicator.service.protocol with type parameters of type CallPeer
 class AbstractCall<T extends CallPeer,U extends ProtocolProviderService>
          Provides implementations for some of the methods in the Call abstract class to facilitate implementations.
 

Classes in net.java.sip.communicator.service.protocol that implement CallPeer
 class AbstractCallPeer<T extends Call,U extends ProtocolProviderService>
          Provides a default implementation for most of the CallPeer methods with the purpose of only leaving custom protocol development to clients using the PhoneUI service.
 

Methods in net.java.sip.communicator.service.protocol that return CallPeer
 CallPeer ConferenceMember.getConferenceFocusCallPeer()
          Gets the CallPeer which is the conference focus of this ConferenceMember.
 CallPeer AbstractConferenceMember.getConferenceFocusCallPeer()
          Returns the CallPeer, to which this member is connected.
 CallPeer OperationSetTelephonyConferencing.inviteCalleeToCall(String uri, Call call)
          Invites the callee represented by the specified uri to an already existing call.
 

Methods in net.java.sip.communicator.service.protocol that return types with arguments of type CallPeer
abstract  Iterator<? extends CallPeer> Call.getCallPeers()
          Returns an iterator over all call peers.
 Iterator<CallPeer> AbstractCall.getCrossProtocolCallPeers()
          Returns an iterator over all cross-protocol call peers.
abstract  Iterator<CallPeer> Call.getCrossProtocolCallPeers()
          Returns an iterator over all cross-protocol call peers.
protected  Vector<CallPeer> AbstractCall.getCrossProtocolCallPeersVector()
          Returns the Vector containing cross-protocol CallPeers currently part of this call.
 

Methods in net.java.sip.communicator.service.protocol with parameters of type CallPeer
 void OperationSetVideoTelephony.addVideoListener(CallPeer peer, VideoListener listener)
          Adds a specific VideoListener to this telephony in order to receive notifications when visual/video Components are being added and removed for a specific CallPeer.
 void OperationSetBasicTelephony.answerCallPeer(CallPeer peer)
          Indicates a user request to answer an incoming call from the specified CallPeer.
 void OperationSetVideoTelephony.answerVideoCallPeer(CallPeer peer)
          Indicates a user request to answer an incoming call with video enabled from the specified CallPeer.
 Component OperationSetVideoTelephony.createLocalVisualComponent(CallPeer peer, VideoListener listener)
          Creates a visual Component which depicts the local video being streamed to a specific CallPeer.
 void OperationSetDesktopSharingServer.disableRemoteControl(CallPeer callPeer)
          Disables desktop remote control.
 void OperationSetVideoTelephony.disposeLocalVisualComponent(CallPeer peer, Component component)
          Disposes of a visual Component depicting the local video for a specific CallPeer (previously obtained through createLocalVisualComponent).
 void OperationSetDesktopSharingServer.enableRemoteControl(CallPeer callPeer)
          Enables desktop remote control.
protected  void Call.fireCallPeerEvent(CallPeer sourceCallPeer, int eventID)
          Creates a CallPeerEvent with sourceCallPeer and eventID and dispatches it on all currently registered listeners.
 void AbstractOperationSetDesktopSharingClient.fireRemoteControlGranted(CallPeer peer)
          Fires a RemoteControlGrantedEvent to all registered listeners.
 void AbstractOperationSetDesktopSharingClient.fireRemoteControlRevoked(CallPeer peer)
          Fires a RemoteControlGrantedEvent to all registered listeners.
 QualityControl OperationSetVideoTelephony.getQualityControl(CallPeer peer)
          Returns the quality control for video calls if any.
 Component OperationSetVideoTelephony.getVisualComponent(CallPeer peer)
          Deprecated. 
 List<Component> OperationSetVideoTelephony.getVisualComponents(CallPeer peer)
          Gets the visual/video Components available in this telephony for a specific CallPeer.
 void OperationSetBasicTelephony.hangupCallPeer(CallPeer peer)
          Indicates a user request to end a call with the specified call peer.
 void OperationSetBasicTelephony.hangupCallPeer(CallPeer peer, int reasonCode, String reason)
          Ends the call with the specified peer.
 boolean OperationSetSecureTelephony.isSecure(CallPeer peer)
          Gets the secure state of the call session in which a specific peer is involved
 void OperationSetBasicTelephony.putOffHold(CallPeer peer)
          Resumes communication with a call peer previously put on hold.
 void OperationSetBasicTelephony.putOnHold(CallPeer peer)
          Puts the specified CallPeer "on hold".
 void OperationSetVideoTelephony.removeVideoListener(CallPeer peer, VideoListener listener)
          Removes a specific VideoListener from this telephony in order to no longer have it receive notifications when visual/video Components are being added and removed for a specific CallPeer.
 void OperationSetDesktopSharingClient.sendKeyboardEvent(CallPeer callPeer, KeyEvent event)
          Send a keyboard notification.
 void OperationSetDesktopSharingClient.sendMouseEvent(CallPeer callPeer, MouseEvent event)
          Send a mouse notification.
 void OperationSetDesktopSharingClient.sendMouseEvent(CallPeer callPeer, MouseEvent event, Dimension videoPanelSize)
          Send a mouse notification for specific "moved" MouseEvent.
 void OperationSetDTMF.startSendingDTMF(CallPeer callPeer, DTMFTone tone)
          Sends the DTMFTone tone to callPeer.
 void OperationSetDTMF.stopSendingDTMF(CallPeer callPeer)
          Stop sending of the currently transmitting DTMF tone.
 void OperationSetAdvancedTelephony.transfer(CallPeer peer, CallPeer target)
          Transfers (in the sense of call transfer) a specific CallPeer to a specific callee address which already participates in an active Call.
 void OperationSetAdvancedTelephony.transfer(CallPeer peer, String target)
          Transfers (in the sense of call transfer) a specific CallPeer to a specific callee address which may or may not already be participating in an active Call.
 void OperationSetCallTransfer.transferCallPeer(CallPeer peer, String targetURI)
          Indicates a user request to transfer the specified call participant to a new (target) uri.
 

Constructors in net.java.sip.communicator.service.protocol with parameters of type CallPeer
AbstractConferenceMember(CallPeer conferenceFocusCallPeer, String address)
          Creates an instance of AbstractConferenceMember by specifying the corresponding conferenceFocusCallPeer, to which this member is connected.
 

Uses of CallPeer in net.java.sip.communicator.service.protocol.event
 

Methods in net.java.sip.communicator.service.protocol.event that return CallPeer
 CallPeer CallPeerControlEvent.getAssociatedCallPeer()
          Returns the CallPeer that this event is pertaining to.
 CallPeer RemoteControlGrantedEvent.getCallPeer()
          Get the CallPeer.
 CallPeer RemoteControlListener.getCallPeer()
          Returns the remote-controlled CallPeer.
 CallPeer RemoteControlRevokedEvent.getCallPeer()
          Get the CallPeer.
 CallPeer CallPeerEvent.getSourceCallPeer()
          Returns the source call peer (the one that this event is about).
 CallPeer CallPeerChangeEvent.getSourceCallPeer()
          Returns the CallPeer that this event is about.
 CallPeer CallPeerConferenceEvent.getSourceCallPeer()
          Gets the CallPeer which is the source of/fired the event.
 CallPeer ConferenceMembersSoundLevelEvent.getSourcePeer()
          Returns the source CallPeer for which the event occurred.
 

Constructors in net.java.sip.communicator.service.protocol.event with parameters of type CallPeer
CallPeerChangeEvent(CallPeer source, String type, Object oldValue, Object newValue)
          Creates a CallPeerChangeEvent with the specified source, type, oldValue and newValue.
CallPeerChangeEvent(CallPeer source, String type, Object oldValue, Object newValue, String reason)
          Creates a CallPeerChangeEvent with the specified source, type, oldValue and newValue.
CallPeerChangeEvent(CallPeer source, String type, Object oldValue, Object newValue, String reason, int reasonCode)
          Creates a CallPeerChangeEvent with the specified source, type, oldValue and newValue.
CallPeerConferenceEvent(CallPeer sourceCallPeer, int eventID)
          Initializes a new CallPeerConferenceEvent which is to be fired by a specific CallPeer and which notifies about a change in its conference-related information not including a change pertaining to a specific ConferenceMember.
CallPeerConferenceEvent(CallPeer sourceCallPeer, int eventID, ConferenceMember conferenceMember)
          Initializes a new CallPeerConferenceEvent which is to be fired by a specific CallPeer and which notifies about a change in its conference-related information pertaining to a specific ConferenceMember.
CallPeerControlEvent(CallPeer source, String targetURI)
          Creates a new event instance with the specified source CallPeer and targetURI, if any.
CallPeerEvent(CallPeer sourceCallPeer, Call sourceCall, int eventID)
          Creates a call peer event instance indicating that an event with id eventID has happened to sourceCallPeer in sourceCall
CallPeerSecurityMessageEvent(CallPeer callPeer, String eventMessage, String i18nMessage, int eventSeverity)
          Creates a CallPeerSecurityFailedEvent by specifying the call peer, event type and message associated with this event.
CallPeerSecurityNegotiationStartedEvent(CallPeer callPeer, int sessionType, SrtpControl srtpControl)
          The event constructor
CallPeerSecurityOffEvent(CallPeer callPeer, int sessionType)
          The event constructor.
CallPeerSecurityOnEvent(CallPeer callPeer, int sessionType, String cipher, SrtpControl srtpControl)
          The event constructor
CallPeerSecurityTimeoutEvent(CallPeer callPeer, int sessionType)
          The event constructor
ConferenceMembersSoundLevelEvent(CallPeer callPeer, Map<ConferenceMember,Integer> levels)
          Creates an instance of ConferenceMembersSoundLevelEvent for the given callPeer by indicating the mapping of ConferenceMembers and sound levels.
 

Uses of CallPeer in net.java.sip.communicator.service.protocol.media
 

Classes in net.java.sip.communicator.service.protocol.media that implement CallPeer
 class MediaAwareCallPeer<T extends MediaAwareCall<?,?,V>,U extends CallPeerMediaHandler<?>,V extends ProtocolProviderService>
          A utility class implementing media control code shared between current telephony implementations.
 

Methods in net.java.sip.communicator.service.protocol.media that return CallPeer
protected abstract  CallPeer AbstractOperationSetTelephonyConferencing.inviteCalleeToCall(CalleeAddressT calleeAddress, MediaAwareCallT call, boolean wasConferenceFocus)
          Invites a callee with a specific address to be joined in a specific Call in the sense of conferencing.
 CallPeer AbstractOperationSetTelephonyConferencing.inviteCalleeToCall(String uri, Call call)
          Invites the callee represented by the specified uri to an already existing call.
 

Methods in net.java.sip.communicator.service.protocol.media with parameters of type CallPeer
 void AbstractOperationSetVideoTelephony.addVideoListener(CallPeer peer, VideoListener listener)
          Delegates to the CallPeerMediaHandler of the specified CallPeer because the video is provided by it.
 Component AbstractOperationSetVideoTelephony.createLocalVisualComponent(CallPeer peer, VideoListener listener)
          Implements OperationSetVideoTelephony.createLocalVisualComponent(CallPeer, VideoListener).
 void AbstractOperationSetVideoTelephony.disposeLocalVisualComponent(CallPeer peer, Component component)
          Implements OperationSetVideoTelephony.disposeLocalVisualComponent(CallPeer, Component).
 QualityControl AbstractOperationSetVideoTelephony.getQualityControl(CallPeer peer)
          Returns the quality control for video calls if any.
 Component AbstractOperationSetVideoTelephony.getVisualComponent(CallPeer peer)
          Deprecated. 
 List<Component> AbstractOperationSetVideoTelephony.getVisualComponents(CallPeer peer)
          Gets the visual/video Components available in this telephony for a specific CallPeer.
 void AbstractOperationSetVideoTelephony.removeVideoListener(CallPeer peer, VideoListener listener)
          Delegates to the CallPeerMediaHandler of the specified CallPeer because the video is provided by it.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.