<!-- 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)

## Infoer class

An Infoer sends [Info](./sip.js.info.md) (outgoing INFO).

<b>Signature:</b>

```typescript
export declare class Infoer 
```

## Remarks

Sends an outgoing in dialog INFO request.

## Constructors

|  Constructor | Modifiers | Description |
|  --- | --- | --- |
|  [(constructor)(session, options)](./sip.js.infoer._constructor_.md) |  | Constructs a new instance of the <code>Infoer</code> class. |

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [session](./sip.js.infoer.session.md) |  | <code>Session</code> | The Infoer session. |

## Methods

|  Method | Modifiers | Description |
|  --- | --- | --- |
|  [info(options)](./sip.js.infoer.info.md) |  | Sends the INFO request. |

