DtmfSender

interface DtmfSender(source)

Interface for sending DTMF (Dual-Tone Multi-Frequency) tones.

See also

Inheritors

Properties

Link copied to clipboard
abstract val canInsertDtmf: Boolean

Whether DTMF tones can be inserted.

Link copied to clipboard
abstract val toneBuffer: String

The tone buffer containing the tones to be played.

Functions

Link copied to clipboard
fun WebRtc.DtmfSender.getNative(): DtmfSender

Returns implementation of the dtmf sender that is used under the hood. Use it with caution.

fun WebRtc.DtmfSender.getNative(): RTCDTMFSender

Returns implementation of the dtmf sender that is used under the hood. Use it with caution.

Link copied to clipboard
abstract fun insertDtmf(tones: String, duration: Int, interToneGap: Int)