|
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 | |||||||||
public interface OperationSetDTMF
An OperationSet that allows other modules to send DMF tones through this protocol provider.
| Method Summary | |
|---|---|
void |
startSendingDTMF(CallPeer callPeer,
DTMFTone tone)
Sends the DTMFTone tone to callPeer. |
void |
stopSendingDTMF(CallPeer callPeer)
Stop sending of the currently transmitting DTMF tone. |
| Method Detail |
|---|
void startSendingDTMF(CallPeer callPeer,
DTMFTone tone)
throws OperationFailedException
callPeer - 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.
IllegalArgumentException - in case the call peer does not
belong to the underlying implementation.void stopSendingDTMF(CallPeer callPeer)
callPeer - the call peer to stop send tone to.
|
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 | |||||||||