<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [SimpleUserOptions](./sip.js.simpleuseroptions.md)

## SimpleUserOptions interface

Options for [SimpleUser](./sip.js.simpleuser.md)<!-- -->.

<b>Signature:</b>

```typescript
export interface SimpleUserOptions 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [aor](./sip.js.simpleuseroptions.aor.md) | <code>string</code> | User's SIP Address of Record (AOR). |
|  [delegate](./sip.js.simpleuseroptions.delegate.md) | <code>SimpleUserDelegate</code> | Delegate for SimpleUser. |
|  [media](./sip.js.simpleuseroptions.media.md) | <code>SimpleUserMedia</code> | Media options. |
|  [reconnectionAttempts](./sip.js.simpleuseroptions.reconnectionattempts.md) | <code>number</code> | Maximum number of times to attempt to reconnection. |
|  [reconnectionDelay](./sip.js.simpleuseroptions.reconnectiondelay.md) | <code>number</code> | Seconds to wait between reconnection attempts. |
|  [userAgentOptions](./sip.js.simpleuseroptions.useragentoptions.md) | <code>UserAgentOptions</code> | Options for UserAgent. |

