Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.protocol.jabber.CallJabberImpl

Packages that use CallJabberImpl
net.java.sip.communicator.impl.protocol.jabber   
 

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

Methods in net.java.sip.communicator.impl.protocol.jabber that return CallJabberImpl
protected  CallJabberImpl OperationSetTelephonyConferencingJabberImpl.createOutgoingCall()
          Creates a new outgoing Call into which conference callees are to be invited by this OperationSetTelephonyConferencing.
 CallJabberImpl ActiveCallsRepositoryJabberImpl.findJingleSID(String sid)
          Returns the CallJabberImpl containing a CallPeerJabberImpl whose corresponding jingle session has the specified jingle sid.
 

Methods in net.java.sip.communicator.impl.protocol.jabber that return types with arguments of type CallJabberImpl
 Iterator<CallJabberImpl> OperationSetBasicTelephonyJabberImpl.getActiveCalls()
          Returns an iterator over all currently active calls.
 

Methods in net.java.sip.communicator.impl.protocol.jabber with parameters of type CallJabberImpl
(package private)  AbstractCallPeer<?,?> OperationSetBasicTelephonyJabberImpl.createOutgoingCall(CallJabberImpl call, String calleeAddress)
          Init and establish the specified call.
(package private)  AbstractCallPeer<?,?> OperationSetBasicTelephonyJabberImpl.createOutgoingCall(CallJabberImpl call, String calleeAddress, Iterable<org.jivesoftware.smack.packet.PacketExtension> sessionInitiateExtensions)
          Init and establish the specified call.
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.
 

Constructors in net.java.sip.communicator.impl.protocol.jabber with parameters of type CallJabberImpl
CallPeerJabberImpl(String peerAddress, CallJabberImpl owningCall)
          Creates a new call peer with address peerAddress.
CallPeerJabberImpl(String peerAddress, CallJabberImpl owningCall, JingleIQ sessionIQ)
          Creates a new call peer with address peerAddress.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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