react-native-webrtc / react-native-callkeep

iOS CallKit framework and Android ConnectionService for React Native
ISC License
923 stars 445 forks source link

Setting up for android #786

Open mritul opened 5 months ago

mritul commented 5 months ago

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

dhcmega commented 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.

grondo89 commented 5 months ago

Same here, this issue is preventing us from deploying the feature in our application. Any ETA to have this looked at/ resolved?

MarianLudwig commented 5 months ago

Same here, I don't want our users going through unnecessary extra trouble when starting the app with this.

wilkinsonj commented 3 days ago

Same here, any response to this issue?