Search code examples
androidionic-frameworkopentok

Ionic - Access denied finding property "vendor.camera.aux.packagelist"


Tring to use opentok in an ionic app and i get this error in log when I try to publish a video

Access denied finding property "vendor.camera.aux.packagelist" Access denied finding property "vendor.camera.aux.packagelist2"

i hev tried to add these permissions in the app manifist

<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera" />

Any help is appreciated. Thanks


Solution

  • one reason was not having permission to record audio as well