sip.js.incomingresponse.md

September 26, 2022 ยท View on GitHub

Home > sip.js > IncomingResponse

IncomingResponse interface

A SIP message sent from a remote server to a local client.

Signature:

export interface IncomingResponse 

Remarks

For indicating the status of a request sent from the client to the server. https://tools.ietf.org/html/rfc3261\#section-7.2

Properties

PropertyModifiersTypeDescription
messageIncomingResponseMessageThe incoming message.

Contents

  1. 1IncomingResponse interface
  2. 2Remarks
  3. 3Properties