-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
usermedia.edgeGrantPermission Error #275
Comments
我也同样遇到权限的问题,相机和麦克风权限申请时,会有提示框提示,如果点击允许那么下次进入还是能继续有提示框提示授权,但当选择拒绝时,那么下次再进来时,再也没有权限提示框了,就算重新把应该删除再跑问题依然存在,请问这要怎样解决? |
Can you please write it in english |
I also encountered permission issues. When applying for camera and microphone permissions, there will be a prompt box indicating authorization. If you click allow, the next time you can enter, there will still be a prompt box indicating authorization. However, when you choose reject, the next time you can't enter, there will be no permission prompt box. Even if you try to delete it again, the problem still exists. How can I solve this problem? |
Hi, anyone has found the solution for this issue? |
Not yet :( |
Here is a rephrased explanation of the scenario:
I am developing a Windows desktop application using a webview for the UI. When I first implemented the webview and tried to access the webcam for a video call, it prompted me to allow usermedia.edgeGrantPermission access, which I denied. Now every time I try to access the webcam in my app, it just fails immediately saying usermedia.edgeGrantPermission without prompting again.
It seems that by initially denying the webcam permission prompt in my Windows desktop app, it has permanently blocked access even when prompted again. I need to find a way to properly reset the webcam permissions for my desktop app so that it prompts me again to allow access and doesn't get stuck failing with the usermedia.edgeGrantPermission error.
The text was updated successfully, but these errors were encountered: