<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [SimpleUserMediaConstraints](./sip.js.simpleusermediaconstraints.md)

## SimpleUserMediaConstraints interface

Contraints for [SimpleUserMedia](./sip.js.simpleusermedia.md)<!-- -->.

<b>Signature:</b>

```typescript
export interface SimpleUserMediaConstraints 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [audio](./sip.js.simpleusermediaconstraints.audio.md) | <code>boolean</code> | If true, offer and answer to send and receive audio. |
|  [video](./sip.js.simpleusermediaconstraints.video.md) | <code>boolean</code> | If true, offer and answer to send and receive video. |

