sendDigits
Send DTMF tones on the call. Use this to navigate IVR menus on outbound calls or to send tone signals.
This method emits calling.call.send_digits events. See Call Events for payload details.
Parameters
digits
The DTMF digit string to send. Valid characters: 0-9, *, #,
A-D, W (0.5s pause), w (1s pause).
controlId
Custom control ID. Auto-generated if not provided.
Returns
Promise<Record<string, unknown>> — Server response confirming the sendDigits operation.