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

PropertyModifiersTypeDescription
bodystring | { body: string; contentType: string; }Body
extraHeadersArray<string>Array of extra headers added to the response.
reasonPhrasestringReason phrase for response.
statusCodenumberStatus code for response.

Contents

  1. 1InvitationRejectOptions interface
  2. 2Properties