bit6 / bit6-cordova

Bit6 Cordova Plugin - add rich messaging and WebRTC voice/video calling to iOS and Android apps
8 stars 12 forks source link

Android marshmallow no outgoing voice #8

Closed ghost closed 7 years ago

ghost commented 8 years ago

In android marshmallow voice is not reaching to other person, any solution?

nmolinaca commented 7 years ago

Same here voice is not reaching to other person. did you get the solution??

sympaticus commented 7 years ago

Also, I have encountered the same issue after upgrading my Android OS. Did you find a solution?. Thank you.

narek-h commented 7 years ago

Hello,

could you please try enable all the required permissions from Settings->Apps->'YourApp'->Permissions.

Please let me know if this fixes the issue.

Thanks, Narek

Moussawi7 commented 7 years ago

Hello @narek-h , Thank you for your reply. you are absolutely right, the permissions was disabled by default and i was not asking to grant these permissions anyway it's working now. Does I need to install third party plugin to ask users for permissions? Thank you.

narek-h commented 7 years ago

hi @Moussawi7,

glad to hear it helped. Actually, at this moment our plugin/demo does not ask for permissions runtime. It's in our TODO to add that part sometime in coming releases but at this moment it's missing.

Adding that part using third party plugins can resolve these issues. For instance before using specific feature ask to grant the needed permission.

Narek