sip.js.notification.md

September 26, 2022 ยท View on GitHub

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

PropertyModifiersTypeDescription
requestIncomingRequestMessageIncoming NOTIFY request message.

Methods

MethodModifiersDescription
accept(options)Accept the request.
reject(options)Reject the request.