<!-- 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; [hold](./sip.js.simpleuser.hold.md)

## SimpleUser.hold() method

Hold call

<b>Signature:</b>

```typescript
hold(): Promise<void>;
```
<b>Returns:</b>

`Promise<void>`

## Remarks

Send a re-INVITE with new offer indicating "hold". Resolves when the re-INVITE request is sent, otherwise rejects. Use `onCallHold` delegate method to determine if request is accepted or rejected. See: https://tools.ietf.org/html/rfc6337

