sip.js.outgoingrequest.md

September 26, 2022 ยท View on GitHub

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

PropertyModifiersTypeDescription
delegateOutgoingRequestDelegateDelegate providing custom handling of this outgoing request.
messageOutgoingRequestMessageThe outgoing message.

Methods

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