[BUG] Microphone is muted after granted permission in app settings #1474
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
When users will not accept the microphone permission the SDK will get a microphone_not_functioning returned from the diagnostic flag listener. This can be possible because the permission is not granted, however we do set the outgoing audio to muted when users do not have granted the permission. After the permission is granted by the user (via settings), we Unmute the outgoing audio. Then the audio state is updated to unmuted, but the microphone is still not working. When users grant the permission or already have permission it works well. So it has something to do with the permission.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
We expect that if the user has given permission and the microphone is unmuted the others will hear you
Setup (please complete the following information):
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: