sendDigits

View as Markdown

sendDigits

  • sendDigits(string): Promise<void>

Sends DTMF digits to the room. The digits will be sent to the RoomSession.

Parameters

dtmf
string

The digits to send. Only the characters 0-9, A-D *, and # are allowed.

Returns

Promise<void>

Example

1await roomSession.sendDigits("1");