diff --git a/native/ios/Comm/Info.debug.plist b/native/ios/Comm/Info.debug.plist
--- a/native/ios/Comm/Info.debug.plist
+++ b/native/ios/Comm/Info.debug.plist
@@ -54,6 +54,8 @@
 	<string>Allow $(PRODUCT_NAME) to save images to your photo library.</string>
 	<key>NSCameraUsageDescription</key>
 	<string>Allow $(PRODUCT_NAME) to access the camera so you can capture and send photos.</string>
+	<key>NSMicrophoneUsageDescription</key>
+	<string>Allow $(PRODUCT_NAME) to access the microphone so you can capture videos with audio</string>
 	<key>UIAppFonts</key>
 	<array>
 		<string>OpenSans-Semibold.ttf</string>
@@ -79,7 +81,7 @@
 		<string>IBMPlexSans-Medium.ttf</string>
 		<string>IBMPlexSans-Bold.ttf</string>
 		<string>SWMansionIcons.ttf</string>
-    <string>CommIcons.ttf</string>
+		<string>CommIcons.ttf</string>
 	</array>
 	<key>UIBackgroundModes</key>
 	<array>
diff --git a/native/ios/Comm/Info.release.plist b/native/ios/Comm/Info.release.plist
--- a/native/ios/Comm/Info.release.plist
+++ b/native/ios/Comm/Info.release.plist
@@ -39,6 +39,8 @@
 	<string>Allow $(PRODUCT_NAME) to access your photo library so you can send images.</string>
 	<key>NSPhotoLibraryAddUsageDescription</key>
 	<string>Allow $(PRODUCT_NAME) to save images to your photo library.</string>
+	<key>NSMicrophoneUsageDescription</key>
+	<string>Allow $(PRODUCT_NAME) to access the microphone so you can capture videos with audio</string>
 	<key>NSCameraUsageDescription</key>
 	<string>Allow $(PRODUCT_NAME) to access the camera so you can capture and send photos.</string>
 	<key>UIAppFonts</key>
@@ -66,7 +68,7 @@
 		<string>IBMPlexSans-Medium.ttf</string>
 		<string>IBMPlexSans-Bold.ttf</string>
 		<string>SWMansionIcons.ttf</string>
-    <string>CommIcons.ttf</string>
+		<string>CommIcons.ttf</string>
 	</array>
 	<key>UIBackgroundModes</key>
 	<array>