<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [Byer](./sip.js.byer.md)

## Byer class

A byer ends a [Session](./sip.js.session.md) (outgoing BYE).

<b>Signature:</b>

```typescript
export declare class Byer 
```

## Remarks

Sends an outgoing in dialog BYE request.

## Constructors

|  Constructor | Modifiers | Description |
|  --- | --- | --- |
|  [(constructor)(session, options)](./sip.js.byer._constructor_.md) |  | Constructs a new instance of the <code>Byer</code> class. |

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [session](./sip.js.byer.session.md) |  | <code>Session</code> | The byer session. |

## Methods

|  Method | Modifiers | Description |
|  --- | --- | --- |
|  [bye(options)](./sip.js.byer.bye.md) |  | Sends the BYE request. |

