net.java.sip.communicator.impl.protocol.sip.dtmf
Class DTMF4733
java.lang.Object
net.java.sip.communicator.impl.protocol.sip.dtmf.DTMF4733
public class DTMF4733
- extends Object
Sending DTMFs through media service using rfc4733.
- Author:
- Damian Minkov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DTMF4733
public DTMF4733()
startSendingDTMF
public void startSendingDTMF(AudioMediaStream audioStream,
DTMFTone tone)
- Start sending DTMF.
- Parameters:
audioStream - the stream of this call.tone -
stopSendingDTMF
public void stopSendingDTMF(AudioMediaStream audioStream)
- Stop sending current DTMF.
- Parameters:
audioStream -
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.