Info.plist
<key>NSMicrophoneUsageDescription</key> <string>We need access to the microphone to record audio messages.</string>
AndroidManifest.xml
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> <uses-permission android:name="android.permission.RECORD_AUDIO" /> <uses-feature android:name="android.hardware.audio.pro" /> <uses-feature android:name="android.hardware.microphone"/>
AI chatbot
Settings
Allow audio messages