Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.13 KB

sip.js.outgoingrequest.md

File metadata and controls

32 lines (20 loc) · 1.13 KB

Home > sip.js > OutgoingRequest

OutgoingRequest interface

A SIP message sent from a local client to a remote server.

Signature:

export interface OutgoingRequest 

Remarks

For the purpose of invoking a particular operation. https://tools.ietf.org/html/rfc3261\#section-7.1

Properties

Property Modifiers Type Description
delegate OutgoingRequestDelegate Delegate providing custom handling of this outgoing request.
message OutgoingRequestMessage The outgoing message.

Methods

Method Description
cancel(reason, options) Sends a CANCEL message targeting this request to the UAS.
dispose() Destroy request.