<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [InviterOptions](./sip.js.inviteroptions.md) &gt; [earlyMedia](./sip.js.inviteroptions.earlymedia.md)

## InviterOptions.earlyMedia property

If true, the first answer to the local offer is immediately utilized for media. Requires that the INVITE request MUST NOT fork. Has no effect if `inviteWithoutSdp` is true. Default is false.

<b>Signature:</b>

```typescript
earlyMedia?: boolean;
```
