<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [SessionDescriptionHandler](./sip.js.sessiondescriptionhandler.md) &gt; [holdModifier](./sip.js.sessiondescriptionhandler.holdmodifier.md)

## SessionDescriptionHandler.holdModifier() method

The modifier that should be used when the session would like to place the call on hold.

<b>Signature:</b>

```typescript
holdModifier(sessionDescription: RTCSessionDescriptionInit): Promise<RTCSessionDescriptionInit>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  sessionDescription | <code>RTCSessionDescriptionInit</code> | The description that will be modified. |

<b>Returns:</b>

`Promise<RTCSessionDescriptionInit>`

Promise that resolves with modified SDP. Rejects with `ClosedSessionDescriptionHandlerError` when this method is called after close or when close occurs before complete.

