Skip to content

fix: handle missing microphone permission for voice recording#277

Open
yadavnikhil03 wants to merge 1 commit intomonogram-android:developfrom
yadavnikhil03:fix/voice-recorder-mic-permission
Open

fix: handle missing microphone permission for voice recording#277
yadavnikhil03 wants to merge 1 commit intomonogram-android:developfrom
yadavnikhil03:fix/voice-recorder-mic-permission

Conversation

@yadavnikhil03
Copy link
Copy Markdown

Starting a voice recording without RECORD_AUDIO permission used to fail silently. The composer would just do nothing, which made the flow feel stuck.

This change routes that case through the chat input screen so the app can ask for microphone permission directly instead of leaving the user with a dead tap. The recorder now exposes a permission-denied callback, and the chat bar uses it when recording cannot start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant