<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [Infoer](./sip.js.infoer.md) &gt; [(constructor)](./sip.js.infoer._constructor_.md)

## Infoer.(constructor)

Constructs a new instance of the `Infoer` class.

<b>Signature:</b>

```typescript
constructor(session: Session, options?: InfoerOptions);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  session | <code>Session</code> | The session the INFO will be sent from. See [Session](./sip.js.session.md) for details. |
|  options | <code>InfoerOptions</code> | An options bucket. |

