---
title: isMicrophoneEnabled
framework: foveatedstreaming
role: symbol
role_heading: Instance Property
path: foveatedstreaming/foveatedstreamingsession/ismicrophoneenabled
---

# isMicrophoneEnabled

Whether the microphone is currently enabled for this session.

## Declaration

```swift
@MainActor final var isMicrophoneEnabled: Bool { get set }
```

## Discussion

Discussion Set this to true to unmute or false to mute while the session is .connected. If the daemon rejects the call (e.g. session not connected or missing TCC authorization), the value remains unchanged and an error is logged.
