sendDTMF

abstract fun sendDTMF(keys: String)

Sends one or more DTMF tones for tone dialing. (Only applicable for calls terminated to PSTN (Publicly Switched Telephone Network)).

Parameters

keys

May be a series of DTMF keys. Each key must be in 0-9, #, *, A-D.

Throws

if any of the given DTMF keys is invalid.