<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [Session](./sip.js.session.md) &gt; [info](./sip.js.session.info.md)

## Session.info() method

Send an INFO request. Exchange information during a session. https://tools.ietf.org/html/rfc6086\#section-4.2.1

<b>Signature:</b>

```typescript
info(delegate?: OutgoingRequestDelegate, options?: RequestOptions): OutgoingInfoRequest;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  delegate | <code>OutgoingRequestDelegate</code> | Request delegate. |
|  options | <code>RequestOptions</code> | Options bucket. |

<b>Returns:</b>

`OutgoingInfoRequest`

