<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [ByeUserAgentServer](./sip.js.byeuseragentserver.md) &gt; [(constructor)](./sip.js.byeuseragentserver._constructor_.md)

## ByeUserAgentServer.(constructor)

Constructs a new instance of the `ByeUserAgentServer` class

<b>Signature:</b>

```typescript
constructor(dialog: SessionDialog, message: IncomingRequestMessage, delegate?: IncomingRequestDelegate);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  dialog | <code>SessionDialog</code> |  |
|  message | <code>IncomingRequestMessage</code> |  |
|  delegate | <code>IncomingRequestDelegate</code> |  |

