GitHub user douglasmoraisdev opened a pull request:
https://github.com/apache/cordova-plugin-camera/pull/282
Fix camera permissions bug on video streaming
Versions
Ionic 3.5.0
Cordova 7.0.1
Cordova Camera Plugin 2.4.2-dev
### Platforms affected
Android
### What does this PR do?
This fix a bug found while developing a WebRTC app using Ionic on Android
7.0 and/or Android 4.4~ when using cordova.plugins.permissions to fix the new
SDK 24 rules for access to camera device stream.
Applies to the new changes for access rules for camera on Android > 7.0
(Sdk > 24).
### What testing has been done on this change?
Without this fix, the camera does work on WebRTC Applications
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/douglasmoraisdev/cordova-plugin-camera master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-camera/pull/282.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #282
----
commit 8575f13e7a3e21ba1f5db32dbb0f23099b923c42
Author: Douglas Morais <[email protected]>
Date: 2017-07-19T14:18:37Z
Fix camera permissions on video streaming
Applies to the new changes for access rules for camera on Android > 7.0
(Sdk > 24)
commit ad7a8e77c4d32a3c2f92d736de9f97611719b84f
Author: Douglas Morais <[email protected]>
Date: 2017-07-19T14:28:55Z
Merge pull request #1 from douglasmoraisdev/douglasmoraisdev-fixes-on-origin
Fix camera permissions bug on video streaming
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]