MrHertal / react-native-twilio-phone

Twilio Voice React Native module.
MIT License
154 stars 67 forks source link

Callkeep setup not being called for Android #48

Closed xiaohao94 closed 3 years ago

xiaohao94 commented 3 years ago

Hi sir @MrHertal, I've met an issue where the android crash when received voice call during background (app killed) state.

Screenshot 2021-07-15 at 11 57 20 AM

It seems like Callkeep setup is not being called for android.

Screenshot 2021-07-15 at 11 55 07 AM

Thanks in advanced.

xiaohao94 commented 3 years ago

Sorry. I think i overlook the requestPermissionsOnInit value default is true 🙏

Btw, i not sure why i still get the same error as mentioned above.

xiaohao94 commented 3 years ago

I revert back react-native-callkeep version to 4.1.0 then works as expected.