<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [IncomingResponse](./sip.js.incomingresponse.md)

## IncomingResponse interface

A SIP message sent from a remote server to a local client.

<b>Signature:</b>

```typescript
export interface IncomingResponse 
```

## Remarks

For indicating the status of a request sent from the client to the server. https://tools.ietf.org/html/rfc3261\#section-7.2

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [message](./sip.js.incomingresponse.message.md) | <code>IncomingResponseMessage</code> | The incoming message. |

