Home > sip.js > InvitationRejectOptions
Options for Invitation.reject().
Signature:
export interface InvitationRejectOptions
Property | Type | Description |
---|---|---|
body | string | { body: string; contentType: string; } |
Body |
extraHeaders | Array<string> |
Array of extra headers added to the response. |
reasonPhrase | string |
Reason phrase for response. |
statusCode | number |
Status code for response. |