toggle menu
stream-webrtc-android
1.2.2
androidJvm
switch theme
search in API
stream-webrtc-android
/
org.webrtc
/
DtmfSender
Dtmf
Sender
open
class
DtmfSender
Java wrapper for a C++ DtmfSenderInterface.
Members
Constructors
Dtmf
Sender
Link copied to clipboard
constructor
(
nativeDtmfSender
:
Long
)
Functions
can
Insert
Dtmf
Link copied to clipboard
open
fun
canInsertDtmf
(
)
:
Boolean
dispose
Link copied to clipboard
open
fun
dispose
(
)
duration
Link copied to clipboard
open
fun
duration
(
)
:
Int
insert
Dtmf
Link copied to clipboard
open
fun
insertDtmf
(
tones
:
String
,
duration
:
Int
,
interToneGap
:
Int
)
:
Boolean
Queues a task that sends the provided DTMF tones.
inter
Tone
Gap
Link copied to clipboard
open
fun
interToneGap
(
)
:
Int
tones
Link copied to clipboard
open
fun
tones
(
)
:
String