@skei
Thank you for bringing this to my attention. It seems like there might be an issue with the way your voice application is handling microphone permissions, or there could be a bug causing repeated call attempts when permission is not granted.
To help you further, I would need to know more about your application's flow and how it's designed to handle situations where microphone permission is not granted. Additionally, it would be helpful to understand if there's a specific trigger or user action that coincides with these repeated call attempts.
In the meantime, here are a few steps you can take to troubleshoot the issue:
1. Review your application's code to ensure that it properly checks for microphone permissions before attempting to make a call.
2. Check if there's a loop or retry logic that might be causing the application to repeatedly attempt to make calls when permission is denied.
3. Look into the concurrency settings of your application to understand how it manages multiple simultaneous calls and whether it's configured to handle situations like this.
4. Examine the user interface and experience to ensure that users are clearly prompted to grant microphone permissions and that there's proper handling for when they don't.
If you have any specific questions or need further assistance, please let me know, and I'll do my best to help you resolve this issue. If the problem persists and you're unable to identify the cause, it might be necessary to reach out to support for a more in-depth investigation.