sendDigits

View as Markdown

sendDigits

  • sendDigits(digits): Promise<Call> - See Call for more details.

Play DTMF digits to the other party on the call.

Parameters

NameType
digitsstring

Returns

Promise<Call> - See Call for more details.

Example

1await call.sendDigits("123");