<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [Body](./sip.js.body.md) &gt; [content](./sip.js.body.content.md)

## Body.content property

Requests, including new requests defined in extensions to this specification, MAY contain message bodies unless otherwise noted. The interpretation of the body depends on the request method. For response messages, the request method and the response status code determine the type and interpretation of any message body. All responses MAY include a body. https://tools.ietf.org/html/rfc3261\#section-7.4

<b>Signature:</b>

```typescript
content: string;
```
