Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 982 Bytes

sip.js.notification.md

File metadata and controls

31 lines (19 loc) · 982 Bytes

Home > sip.js > Notification

Notification class

A notification of an event (incoming NOTIFY).

Signature:

export declare class Notification 

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 Notification class.

Properties

Property Modifiers Type Description
request IncomingRequestMessage Incoming NOTIFY request message.

Methods

Method Modifiers Description
accept(options) Accept the request.
reject(options) Reject the request.