Home > sip.js > Notification
A notification of an event (incoming NOTIFY).
Signature:
export declare class Notification
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the Notification
class.
Property | Modifiers | Type | Description |
---|---|---|---|
request | IncomingRequestMessage |
Incoming NOTIFY request message. |
Method | Modifiers | Description |
---|---|---|
accept(options) | Accept the request. | |
reject(options) | Reject the request. |