You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The permission check method returns true or false, but false could be "prompt" when permissions have not yet been requested or "denied" when the user has denied them. How can they be differentiated?
The text was updated successfully, but these errors were encountered:
I think there is no way to know if the false comes from the user current interaction with the permissions dialog or if it comes from a previous interaction (with the provided methods). Also I think there is no way to force to prompt the dialog again (this is the common OS behaviour I think).
Anyway, the result is the same so maybe you don't need to know how the user comes to this situation. At the end, you need to inform the user to allow the microphone manually from app OS settings to be able to use the "app feature" which uses the microphone.
The permission check method returns true or false, but false could be "prompt" when permissions have not yet been requested or "denied" when the user has denied them. How can they be differentiated?
The text was updated successfully, but these errors were encountered: