<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [SessionDelegate](./sip.js.sessiondelegate.md) &gt; [onBye](./sip.js.sessiondelegate.onbye.md)

## SessionDelegate.onBye() method

Receive BYE request. https://tools.ietf.org/html/rfc3261\#section-15.1.2

<b>Signature:</b>

```typescript
onBye?(request: IncomingByeRequest): void;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  request | <code>IncomingByeRequest</code> | Incoming BYE request. |

<b>Returns:</b>

`void`

