sip.js.responseoptions.md
September 26, 2022 ยท View on GitHub
Home > sip.js > ResponseOptions
ResponseOptions interface
Response options bucket.
Signature:
export interface ResponseOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| body | Body | Body to include in the message. | |
| extraHeaders | Array<string> | Extra headers to include in the message. | |
| reasonPhrase | string | Reason phrase of the response. | |
| statusCode | number | Status code of the response. | |
| supported | Array<string> | Support options tags for Supported header. | |
| toTag | string | To tag of the response. If not provided, one is generated. | |
| userAgent | string | User agent string for User-Agent header. |