<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [MediaDeviceOptions](./smwebsdk.mediadeviceoptions.md)

## MediaDeviceOptions type


**Signature:**

```typescript
export type MediaDeviceOptions = {
    microphone?: boolean;
    camera?: boolean;
};
```
