sip.js.bye.md
September 26, 2022 ยท View on GitHub
Bye class
A request to end a Session (incoming BYE).
Signature:
export declare class Bye
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the Bye class.
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| request | IncomingRequestMessage | Incoming BYE request message. |
Methods
| Method | Modifiers | Description |
|---|---|---|
| accept(options) | Accept the request. | |
| reject(options) | Reject the request. |