<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [Message](./sip.js.message.md) &gt; [accept](./sip.js.message.accept.md)

## Message.accept() method

Accept the request.

<b>Signature:</b>

```typescript
accept(options?: ResponseOptions): Promise<void>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  options | <code>ResponseOptions</code> |  |

<b>Returns:</b>

`Promise<void>`

