isMicrophoneEnabled
Whether the microphone is currently enabled for this session.
Declaration
@MainActor final var isMicrophoneEnabled: Bool { get set }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.