|
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.sip.OperationSetDTMFSipImpl
public class OperationSetDTMFSipImpl
Class responsible for sending a DTMF Tone using SIP INFO or using rfc4733.
| Constructor Summary | |
|---|---|
OperationSetDTMFSipImpl(ProtocolProviderServiceSipImpl pps)
Constructor. |
|
| Method Summary | |
|---|---|
(package private) DTMFInfo |
getDtmfModeInfo()
Returns DTMFInfo mode implementation. |
void |
startSendingDTMF(CallPeer callPeer,
DTMFTone tone)
Sends the DTMFTone tone to callPeer. |
void |
stopSendingDTMF(CallPeer callPeer)
Stops sending DTMF. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperationSetDTMFSipImpl(ProtocolProviderServiceSipImpl pps)
pps - the SIP Protocol provider service| Method Detail |
|---|
public void startSendingDTMF(CallPeer callPeer,
DTMFTone tone)
throws OperationFailedException
startSendingDTMF in interface OperationSetDTMFcallPeer - the call peer to send tone to.tone - the DTMF tone to send to callPeer.
OperationFailedException - with code OPERATION_NOT_SUPPORTED if
DTMF tones are not supported for callPeer.
NullPointerException - if one of the arguments is null.
IllegalArgumentException - in case the call peer does not
belong to the underlying implementation.public void stopSendingDTMF(CallPeer callPeer)
stopSendingDTMF in interface OperationSetDTMFcallPeer - the call peer that we'd like to stop sending DTMF to.DTMFInfo getDtmfModeInfo()
|
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 | |||||||||