-
Notifications
You must be signed in to change notification settings - Fork 479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Permission Handling Issues in Microphone and Camera Capture Dialogs #8830
Fix: Permission Handling Issues in Microphone and Camera Capture Dialogs #8830
Conversation
✅ Deploy Preview for care-ohc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Nicely done, just a minor i18n change
msg: "Please grant microphone permission to record audio.", | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i18n
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
👋 Hi, @shauryag2002, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
…o issues/8829/camera-audio-permissions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@shauryag2002 Your efforts have helped advance digital healthcare and TeleICU systems. 🚀 Thank you for taking the time out to make CARE better. We hope you continue to innovate and contribute; your impact is immense! 🙌 |
Proposed Changes
Record audio
modal, the recording timer now starts only after the user grants microphone access. If permission is denied, an appropriate error message is displayed to the user.Open Camera
modal, when camera access is blocked, a proper error message is shown instead of an empty container. The camera no longer freezes after clicking theSwitch
button, and a clear message is displayed if the camera cannot be switched.Video:
record_audio.mp4
@ohcnetwork/care-fe-code-reviewers
Merge Checklist