react-native-callkeep
react-native-callkeep copied to clipboard
Setting up for android
@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 :)