-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Android: getUserMedia does not work for capturing audio only #29
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
Comments
aryzhov
added a commit
to aryzhov/flutter-webrtc
that referenced
this issue
Nov 23, 2018
…r capturing audio only
cloudwebrtc
added a commit
that referenced
this issue
Nov 23, 2018
Fixed issue #29: Android: getUserMedia does not work for capturing audio only
Thank you, I have merged. |
cloudwebrtc
pushed a commit
that referenced
this issue
Jul 4, 2020
cloudwebrtc
added a commit
that referenced
this issue
Jul 4, 2020
Fixed issue #29: Android: getUserMedia does not work for capturing audio only
Open
evdokimovs
pushed a commit
to evdokimovs/flutter-webrtc
that referenced
this issue
Jun 6, 2024
…rtc#29, flutter-webrtc#10) Additionally: - add `flutter.test` command to Makefile - run Flutter integration tests on CI - improve CI pipeline with auto-cancelation Co-authored-by: rogurotus <rogurotus@gmail.com> Co-authored-by: alexlapa <lapa.alex@ex.ua> Co-authored-by: Kai Ren <tyranron@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I specify
"video": false
in constraints, I get an NPE on Android when attempting to call the methodgetUserMedia
. Below is the stack trace:Omitting the "video" attribute does not help.
The text was updated successfully, but these errors were encountered: