---
title: WKMediaCaptureState.muted
framework: webkit
role: symbol
role_heading: Case
path: webkit/wkmediacapturestate/muted
---

# WKMediaCaptureState.muted

The media device is muted, and not actively capturing audio or video.

## Declaration

```swift
case muted
```

## See Also

### Constants

- [WKMediaCaptureState.active](webkit/wkmediacapturestate/active.md)
- [WKMediaCaptureState.none](webkit/wkmediacapturestate/none.md)
