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

[bug] Problem with permissions in linux application, permissions of microphone #8851

Closed
Pedro-phd opened this issue Feb 13, 2024 · 1 comment
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug

Comments

@Pedro-phd
Copy link

Pedro-phd commented Feb 13, 2024

Describe the bug

I am creating an application in tauri using nuxt for my frontend, my application is being developed and tested on a linux ubuntu.

My application requires the use of microphone permission, so that it is possible to record the audio, however when I open my frontend on my Edge browser it asks for permission and the application works correctly, however when I try to run the application in the tauri webview it doesn't ask for permission, not even when I use allowList all as true it recognizes the permission, and without that my application doesn't work

Reproduction

No response

Expected behavior

No response

Full tauri info output

[-] Packages
    - tauri [RUST]: 1.5.4
    - tauri-build [RUST]: 1.5.1
    - wry [RUST]: 0.24.7
    - tao [RUST]: 0.16.7
    - @tauri-apps/api [NPM]: 1.5.3
    - @tauri-apps/cli [NPM]: 1.5.9

[-] App
    - build-type: bundle
    - CSP: unset
    - distDir: ../dist
    - devPath: http://localhost:1420/
    - framework: React
    - bundler: Vite

Stack trace

No response

Additional context

No response

@Pedro-phd Pedro-phd added status: needs triage This issue needs to triage, applied to new issues type: bug labels Feb 13, 2024
@FabianLars
Copy link
Member

webkitgtk (the webview on linux) doesn't support webrtc yet. That's why it's not asking for permission.

I'll close this as a duplicate of #5370 but the main tracking issue is here tauri-apps/wry#85 - we're waiting for upstream though, not much we can do.

@FabianLars FabianLars closed this as not planned Won't fix, can't repro, duplicate, stale Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug
Projects
None yet
Development

No branches or pull requests

2 participants