Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 936 Bytes

sip.js.message.md

File metadata and controls

31 lines (19 loc) · 936 Bytes

Home > sip.js > Message

Message class

A received message (incoming MESSAGE).

Signature:

export declare class Message 

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 Message 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.