From 32fb6e846f2dfdf482be9dae586f264caa10e06e Mon Sep 17 00:00:00 2001 From: Elton Gao Date: Tue, 9 Sep 2025 11:25:50 -0400 Subject: [PATCH] Fix unable to get access to microphone in Mac app (#4571) --- ui/desktop/entitlements.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/desktop/entitlements.plist b/ui/desktop/entitlements.plist index 856e308d73..b01a8d538d 100644 --- a/ui/desktop/entitlements.plist +++ b/ui/desktop/entitlements.plist @@ -24,7 +24,7 @@ com.apple.security.device.camera - com.apple.security.device.microphone + com.apple.security.device.audio-input - \ No newline at end of file +