sip.js.requestoptions.md

September 26, 2022 ยท View on GitHub

Home > sip.js > RequestOptions

RequestOptions interface

Request options bucket.

Signature:

export interface RequestOptions 

Properties

PropertyModifiersTypeDescription
bodyBodyBody to include in the message.
extraHeadersArray<string>Extra headers to include in the message.

Contents

  1. 1RequestOptions interface
  2. 2Properties