|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.gibberish.OperationSetTelephonyConferencingGibberishImpl
public class OperationSetTelephonyConferencingGibberishImpl
A basic implementation of the OperationSetTelephonyConferencing for the Gibberish protocol (used for test purposes).
| Constructor Summary | |
|---|---|
OperationSetTelephonyConferencingGibberishImpl(ProtocolProviderServiceGibberishImpl provider,
OperationSetBasicTelephonyGibberishImpl telephonyOpSet)
Creates an OperationSetTelephonyConferencingGibberishImpl by specifying the protocol provider and the according telephonyOpSet. |
|
| Method Summary | |
|---|---|
void |
callPeerAdded(CallPeerEvent evt)
Indicates that a new call peer has joined the source call. |
void |
callPeerRemoved(CallPeerEvent evt)
Indicates that a call peer has left the source call. |
void |
callStateChanged(CallChangeEvent evt)
Indicates that a change has occurred in the state of the source call. |
Call |
createConfCall(String[] callees)
Creates a conference call with the given list of callees |
CallPeer |
inviteCalleeToCall(String callee,
Call existingCall)
Invites the given callee to the given existingCall. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperationSetTelephonyConferencingGibberishImpl(ProtocolProviderServiceGibberishImpl provider,
OperationSetBasicTelephonyGibberishImpl telephonyOpSet)
provider - the protocol providertelephonyOpSet - the according telephony operation set| Method Detail |
|---|
public Call createConfCall(String[] callees)
throws OperationNotSupportedException
createConfCall in interface OperationSetTelephonyConferencingcallees - the list of callees to invite in the call
OperationNotSupportedException - indicates that the operation is
not supported for the given callees.
public CallPeer inviteCalleeToCall(String callee,
Call existingCall)
throws OperationNotSupportedException
inviteCalleeToCall in interface OperationSetTelephonyConferencingcallee - the address of the callee to inviteexistingCall - the call, to which she will be invited
OperationNotSupportedException - if the operation is not supportedpublic void callPeerAdded(CallPeerEvent evt)
CallChangeListener
callPeerAdded in interface CallChangeListenerevt - the CallPeerEvent containing the source call
and call peer.public void callPeerRemoved(CallPeerEvent evt)
CallChangeListener
callPeerRemoved in interface CallChangeListenerevt - the CallPeerEvent containing the source call
and call peer.public void callStateChanged(CallChangeEvent evt)
CallChangeListener
callStateChanged in interface CallChangeListenerevt - the CallChangeEvent instance containing the source
calls and its old and new state.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||