<!-- 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; [info](./sip.js.infoer.info.md)

## Infoer.info() method

Sends the INFO request.

<b>Signature:</b>

```typescript
info(options?: InfoerInfoOptions): Promise<OutgoingInfoRequest>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  options | <code>InfoerInfoOptions</code> | [InfoerInfoOptions](./sip.js.infoerinfooptions.md) options bucket. |

<b>Returns:</b>

`Promise<OutgoingInfoRequest>`

