Home > sip.js > InvitationProgressOptions
Options for Invitation.progress().
Signature:
export interface InvitationProgressOptions | 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. |
| rel100 | boolean |
Send reliable response. |
| sessionDescriptionHandlerModifiers | Array<SessionDescriptionHandlerModifier> |
Modifiers to pass to SessionDescriptionHandler during the initial INVITE transaction. |
| sessionDescriptionHandlerOptions | SessionDescriptionHandlerOptions |
Options to pass to SessionDescriptionHandler during the initial INVITE transaction. |
| statusCode | number |
Status code for response. |