DtmfSender

open class DtmfSender

Java wrapper for a C++ DtmfSenderInterface.

Constructors

Link copied to clipboard
constructor(nativeDtmfSender: Long)

Functions

Link copied to clipboard
Link copied to clipboard
open fun dispose()
Link copied to clipboard
open fun duration(): Int
Link copied to clipboard
open fun insertDtmf(tones: String, duration: Int, interToneGap: Int): Boolean
Queues a task that sends the provided DTMF tones.
Link copied to clipboard
open fun interToneGap(): Int
Link copied to clipboard
open fun tones(): String