Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.2 KB

sip.js.responseoptions.md

File metadata and controls

26 lines (18 loc) · 1.2 KB

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.