Open mritul opened 5 months ago
We are also interested in this. We don't need (nor want) our app to be used as phone calling app. Thanks.
Same here, this issue is preventing us from deploying the feature in our application. Any ETA to have this looked at/ resolved?
Same here, I don't want our users going through unnecessary extra trouble when starting the app with this.
Same here, any response to this issue?
@manuquentin Hi ! I have just one small query,. How do I call RNCallkeep.setup(options) without prompting record audio, calls and phone account permission popups for android ? When I do it this way:
RNCallKeep.registerPhoneAccount(options) RNCallKeep.setSettings(options) RNCallKeep.registerAndroidEvents()
I'm not getting my calls. Only when I do RNCallkeep.setup(options) I get the call.
Any help would be appreciated. Thanks and cheers :)