cordova-rtc/cordova-plugin-iosrtc

getUserMedia crashes app if permission has been denied

m59peacemaker opened this issue · 2 comments

Steps to reproduce (tested on iOS 9):

  1. call navigator.getUserMedia() and deny permission when prompted, or turn off camera access for the app from the iOS settings menu
  2. call navigator.getUserMedia() again. The app immediately crashes.
ibc commented

Fixed in 2.0.1.

Woo! Thanks!