sip.js.bodyandcontenttype.md

September 26, 2022 ยท View on GitHub

Home > sip.js > BodyAndContentType

BodyAndContentType interface

Message body content and type.

Signature:

export interface BodyAndContentType 

Properties

PropertyModifiersTypeDescription
bodystringMessage body content.
contentTypestringMessage body content type.

Contents

  1. 1BodyAndContentType interface
  2. 2Properties