<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [UserMedia](./smwebsdk.usermedia.md)

## UserMedia enum

Represents the different combinations of User Media that are supported

**Signature:**

```typescript
export declare enum UserMedia 
```

## Enumeration Members

|  Member | Value | Description |
|  --- | --- | --- |
|  Camera | <code>3</code> |  |
|  Microphone | <code>1</code> |  |
|  MicrophoneAndCamera | <code>2</code> |  |
|  None | <code>0</code> |  |

