-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Unable to access camera and MicroPhone In WebView #333
Comments
Please, refer to this #323 (comment) to have an example. To ask permission, you can use the permission_handler plugin. |
@pichillilorenzo I had tried the above step, but issue exists. |
Please, try to create a new fresh App and use the full code example of #323 (comment). Does it work if you use it in a new fresh App?? |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
Environment
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, v1.12.13+hotfix.9, on Microsoft Windows [Version 10.0.19041.207], locale en-IN)
[!] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
X Android license status unknown.
Try re-installing or updating your Android SDK Manager.
See https://developer.android.com/studio/#downloads or visit https://flutter.dev/setup/#android-setup for detailed instructions.
[√] Android Studio (version 3.6)
[√] VS Code (version 1.44.2)
[√] Connected device (1 available)
! Doctor found issues in 1 category.
Description
Expected behavior:
Can able to access camera and microphone ,Video call should be done
Current behavior:
Unable to access the camera and microphone,Video call not done
Steps to reproduce
1.Run the attached sample
Images
Stacktrace/Logcat <!--
logs.txt
-->
Attached Sample:
webview.zip
The text was updated successfully, but these errors were encountered: