<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [NonInviteServerTransaction](./sip.js.noninviteservertransaction.md) &gt; [(constructor)](./sip.js.noninviteservertransaction._constructor_.md)

## NonInviteServerTransaction.(constructor)

Constructor. After construction the transaction will be in the "trying": state and the transaction `id` will equal the branch parameter set in the Via header of the incoming request. https://tools.ietf.org/html/rfc3261\#section-17.2.2

<b>Signature:</b>

```typescript
constructor(request: IncomingRequestMessage, transport: Transport, user: ServerTransactionUser);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  request | <code>IncomingRequestMessage</code> | Incoming Non-INVITE request from the transport. |
|  transport | <code>Transport</code> | The transport. |
|  user | <code>ServerTransactionUser</code> | The transaction user. |

