Interface SipResponseOptions

Hierarchy

  • SipResponseOptions

Properties

body?: string

Body to include in the message.

extraHeaders?: string[]

Extra headers to include in the message.

reasonPhrase?: string

Reason phrase of the response.

statusCode: number

Status code of the response.

Generated using TypeDoc