getUserMedia crashes app if permission has been denied
m59peacemaker opened this issue · 2 comments
m59peacemaker commented
Steps to reproduce (tested on iOS 9):
- call
navigator.getUserMedia()
and deny permission when prompted, or turn off camera access for the app from the iOS settings menu - call
navigator.getUserMedia()
again. The app immediately crashes.
ibc commented
Fixed in 2.0.1.
m59peacemaker commented
Woo! Thanks!