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
| Property | Modifiers | Type | Description |
|---|---|---|---|
| body | string | Message body content. | |
| contentType | string | Message body content type. |