<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [OutgoingRequestMessage](./sip.js.outgoingrequestmessage.md) &gt; [body](./sip.js.outgoingrequestmessage.body.md)

## OutgoingRequestMessage.body property

<b>Signature:</b>

```typescript
body: {
        body: string;
        contentType: string;
    } | undefined;
```
