sip.js.invitationrejectoptions.md
September 26, 2022 ยท View on GitHub
Home > sip.js > InvitationRejectOptions
InvitationRejectOptions interface
Options for Invitation.reject().
Signature:
export interface InvitationRejectOptions
Properties
| Property | Modifiers | 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. |