Hi I am creating a VoIP application in ionic. I am using WebRTC which asks for permissions to access camera and microphone. It works perfectly fine when I run my web app in browser.
I have written code to read permissions from user in Android as well. It asks for permissions to user, yet even after allowing all permissions, I am getting error of not able to access media devices.
I have also tried to allow permissions manually to my app from settings. Yet, I am unable to resolve this.
I am not sure if I need to allow browser related permissions as well for Android?
I have really invested a lot of time into this, and would really appreciate if anyone can help me with it. Thanks
1 post - 1 participant