-
Notifications
You must be signed in to change notification settings - Fork 91
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
Getting iOS localizable string keys in mic permission request dialog box when trying place a call in iOS ? #257
Comments
Have you already allowed mic on permission when first install? |
No. I didn't allowed mic on permission when first install. This is intentional flow due to a bug ticket that is "IF mic permission not allowed by any means and a call is initiated, this kind of dialog appears". And, info.plsit already added.
|
How about a flow that when trying to call, Request the mic audio again before start calling. |
Sorry. I didn't get you. I am actually an Android dev who working in a Flutter project. Can you please explain in detail ? |
Flow for start calling without accepting mic permission, my question are you using permission_handler? flow:
Thus this helps? |
The error arises in this block in the file
The keys are returned instead of values |
I fixed the issue. Can I create a PR and is the project is alive (no release for 14 months) so it will be merged and published to pub.dev? |
Issue Summary
When I try to place a call without microphone permission enabled, I am getting a dialog box like this
It shows "localisation string keys" instead of it's value. Why? These keys come from twilio_voice plugin's iOS folder's Localizable.strings file.
Steps to Reproduce
please help me.
The text was updated successfully, but these errors were encountered: