react-native-callkeep icon indicating copy to clipboard operation
react-native-callkeep copied to clipboard

Setting up for android

Open mritul opened this issue 8 months ago • 3 comments

@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 :)

mritul avatar Jun 13 '24 17:06 mritul