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

IOS Using to CallKeep Unable to make a outgoing GSM call during VOIP call (App to App)

Open viv578ek opened this issue 3 years ago • 0 comments

Bug report

I am trying to make GSM (Cell, Native call) during VOIP Call running VOIP Call (App to App)

  • Reproduced on:
  • [ ] iOS

Description

When I hit call outgoing APP to APP getting event RNCallKeep.addEventListener('didReceiveStartCallAction', ({ handle, callUUID, name }) => {

});

But I need to the same event called When Hit GSM (Cell, Native call) during VOIP Call running VOIP Call (App to App) but not getting Any event call

or

Please give any Solution for This

Steps to Reproduce

-> One to One App to APP call Running -> Call Working fine Audio is also working -> Then I am going to make calls GSM call during the app to app call running -> Native Dail pad open -> Enter mobile Number -> Press Dail Button From native Dailer but Button is not Clickable

Versions

- Callkeep:   "react-native-callkeep": "4.3.1",
- React Native:  0.62.3
- iOS: 15.3.1
- Android: working fine 
- Phone model: All iPhones

viv578ek avatar Mar 25 '22 05:03 viv578ek