<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [SimpleUserMedia](./sip.js.simpleusermedia.md) &gt; [constraints](./sip.js.simpleusermedia.constraints.md)

## SimpleUserMedia.constraints property

Offer/Answer constraints determine of audio and/or video are utilized. If not specified, only audio is offered (audio is true, video is false).

<b>Signature:</b>

```typescript
constraints?: SimpleUserMediaConstraints;
```
