<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [Contact](./sip.js.contact.md)

## Contact interface

Contact.

<b>Signature:</b>

```typescript
export interface Contact 
```

## Remarks

https://tools.ietf.org/html/rfc3261\#section-8.1.1.8 This is ported from UA.contact. FIXME: TODO: This is not a great rep for Contact and is used in a kinda hacky way herein.

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [pubGruu](./sip.js.contact.pubgruu.md) | <code>URI &#124; undefined</code> |  |
|  [tempGruu](./sip.js.contact.tempgruu.md) | <code>URI &#124; undefined</code> |  |
|  [toString](./sip.js.contact.tostring.md) | <code>(options?: {</code><br/><code>        anonymous?: boolean;</code><br/><code>        outbound?: boolean;</code><br/><code>    }) =&gt; string</code> |  |
|  [uri](./sip.js.contact.uri.md) | <code>URI</code> |  |

