<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [InviteServerTransaction](./sip.js.inviteservertransaction.md) &gt; [(constructor)](./sip.js.inviteservertransaction._constructor_.md)

## InviteServerTransaction.(constructor)

Constructor. Upon construction, a "100 Trying" reply will be immediately sent. After construction the transaction will be in the "proceeding" 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.1

<b>Signature:</b>

```typescript
constructor(request: IncomingRequestMessage, transport: Transport, user: ServerTransactionUser);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  request | <code>IncomingRequestMessage</code> | Incoming INVITE request from the transport. |
|  transport | <code>Transport</code> | The transport. |
|  user | <code>ServerTransactionUser</code> | The transaction user. |

