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