Android permessions #73
Answered
by
shivanshtalwar0
HamidRezaBashiri
asked this question in
Q&A
-
hi im trying to run example android app but the app dosent ask for permessions for camera or anything i was able to use the web version but android is not working actully when clicking on call nothing happens |
Beta Was this translation helpful? Give feedback.
Answered by
shivanshtalwar0
Jul 3, 2022
Replies: 1 comment
-
So the thing is you need to specify permissions in https://github.com/flutterjanus/flutter_janus_client/blob/master/example/android/app/src/main/AndroidManifest.xml file such as camera, microphone |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shivanshtalwar0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So the thing is you need to specify permissions in https://github.com/flutterjanus/flutter_janus_client/blob/master/example/android/app/src/main/AndroidManifest.xml file such as camera, microphone
Check out https://pub.dev/packages/flutter_webrtc for all the permission you can have