Skip to content
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

Open
dev-ravan opened this issue Jan 20, 2024 · 5 comments
Open

usermedia.edgeGrantPermission Error #275

dev-ravan opened this issue Jan 20, 2024 · 5 comments

Comments

@dev-ravan
Copy link

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.

@jinpang
Copy link

jinpang commented Feb 7, 2024

我也同样遇到权限的问题,相机和麦克风权限申请时,会有提示框提示,如果点击允许那么下次进入还是能继续有提示框提示授权,但当选择拒绝时,那么下次再进来时,再也没有权限提示框了,就算重新把应该删除再跑问题依然存在,请问这要怎样解决?

@dev-ravan
Copy link
Author

我也同样遇到权限的问题,相机和麦克风权限申请时,会有提示框提示,如果点击允许那么下次进入还是能继续有提示框提示授权,但当选择拒绝时,那么下次再进来时,再也没有权限提示框了,就算重新把应该删除再跑问题依然存在,请问这要怎样解决?

Can you please write it in english

@jinpang
Copy link

jinpang commented Feb 17, 2024

我也同样遇到权限的问题,相机和麦克风权限申请时,会有提示框提示,如果点击允许那么下次进入还是能继续有提示框提示授权,但当选择拒绝时,那么下次再进来时,再也没有权限提示框了,就算重新把应该删除再跑问题依然存在,请问这要怎样解决?

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?

@appimators37
Copy link

appimators37 commented May 7, 2024

Hi, anyone has found the solution for this issue?

@dev-ravan
Copy link
Author

Not yet :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants