sendDigits
sendDigits
- sendDigits(
string):Promise<void>
Sends DTMF digits to the room. The digits will be sent to the RoomSession.
Parameters
dtmf
The digits to send. Only the characters 0-9, A-D *, and # are allowed.
Returns
Promise<void>
string): Promise<void>Sends DTMF digits to the room. The digits will be sent to the RoomSession.
The digits to send. Only the characters 0-9, A-D *, and # are allowed.
Promise<void>