sendDigits
sendDigits
- sendDigits(
digits):Promise<Call>
Play DTMF digits to the other party on the call.
Parameters
digits
The DTMF digits to send to the other party on the call.
Returns
Promise<Call>
A promise that resolves to the current Call object.
Example
In this example, we dial a phone number and send DTMF tones to the other party on the call. After the tones are sent, we hangup the call.