<!-- 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) &gt; [aor](./sip.js.simpleuseroptions.aor.md)

## SimpleUserOptions.aor property

User's SIP Address of Record (AOR).

<b>Signature:</b>

```typescript
aor?: string;
```

## Remarks

The AOR is registered to receive incoming calls. If not specified, a random anonymous address is created for the user.

