<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [SimpleUser](./sip.js.simpleuser.md) &gt; [sendDTMF](./sip.js.simpleuser.senddtmf.md)

## SimpleUser.sendDTMF() method

Send DTMF.

<b>Signature:</b>

```typescript
sendDTMF(tone: string): Promise<void>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  tone | <code>string</code> | Tone to send. |

<b>Returns:</b>

`Promise<void>`

## Remarks

Send an INFO request with content type application/dtmf-relay.

