MacosAudioPermissionManager
IMPORTANT: Add NSMicrophoneUsageDescription to your Info.plist (macOS).
Uses AVFoundation (AVCaptureDevice) to request/check microphone permission on macOS.
Functions
Link copied to clipboard
Link copied to clipboard
Suspends until microphone permission is granted or denied.
Link copied to clipboard
Opens System Settings to the Privacy → Microphone pane (best-effort). Note: Apple doesn't provide a fully stable public deep link; these are commonly used schemes.
Link copied to clipboard
Executes the block if the microphone permission is granted, otherwise throws an AudioPermissionDeniedException.