Home > sip.js > ResponseOptions
Response options bucket.
Signature:
export interface ResponseOptions | Property | 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. |