<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [SessionDescriptionHandlerOptions](./sip.js.sessiondescriptionhandleroptions.md)

## SessionDescriptionHandlerOptions interface

Options for [SessionDescriptionHandler](./sip.js.sessiondescriptionhandler.md) methods.

<b>Signature:</b>

```typescript
export interface SessionDescriptionHandlerOptions 
```

## Remarks

These options are provided to various UserAgent methods (invite() for example) and passed through on calls to getDescription() and setDescription().

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [constraints](./sip.js.sessiondescriptionhandleroptions.constraints.md) | <code>object</code> |  |

