sip.js.info.md
September 26, 2022 ยท View on GitHub
Info class
An exchange of information (incoming INFO).
Signature:
export declare class Info
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 Info class.
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| request | IncomingRequestMessage | Incoming MESSAGE request message. |
Methods
| Method | Modifiers | Description |
|---|---|---|
| accept(options) | Accept the request. | |
| reject(options) | Reject the request. |