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

DisplayIncoming for RNCallKeep does not work in the background & quit state in release build.

Open shivi126 opened this issue 2 years ago • 5 comments

Bug report

  • [ ] I've checked the example to reproduce the issue.

  • Reproduced on:

  • [ ] Android

Description

I am calling

RNCallKeep.displayIncomingCall(uuid, name,name,"number", false,null);

in

messaging().setBackgroundMessageHandler

However, no call is displayed. It works in debug mode, but not in the release build.

shivi126 avatar May 27 '22 12:05 shivi126

any solution on this?

vinayakkakade7985 avatar Jul 26 '22 19:07 vinayakkakade7985

any solution on this?

not yet

shivi126 avatar Aug 08 '22 06:08 shivi126

Hi All,

Any update on this? Even its not working in the debug mode of app killed state for me.

jeoskiploop avatar Aug 18 '22 11:08 jeoskiploop

Hi All,

Any update on this? Even its not working in the debug mode of app killed state for me.

not yet, I am also stuck on the same issue since long.

vinayakathawle avatar Aug 18 '22 15:08 vinayakathawle

i can not display in comming call when app killed, any i saw the owner DOES NOT answer all topic related to this, so sad. Did u found any solution?

fukemy avatar Sep 08 '22 09:09 fukemy

any one have idea about below error, I am getting this when fire voip notificaiton and app in backgound TypeError: undefined is not an object (evaluating 'taskProvider()(data).then')

vinayakathawle avatar Sep 27 '22 13:09 vinayakathawle

i can not display in comming call when app killed, any i saw the owner DOES NOT answer all topic related to this, so sad. Did u found any solution?

here is the solution https://github.com/react-native-webrtc/react-native-callkeep/pull/576/files

vinayakathawle avatar Sep 27 '22 13:09 vinayakathawle

@vinayakathawle , i got other problem, that's is answerCall not triggered when app killed. Displayincomingcall work. Can u help?

fukemy avatar Oct 19 '22 15:10 fukemy

@fukemy Could you please explain how you got call to display when app is killed?, I am unable to do that.

HalilFocic avatar Nov 01 '22 12:11 HalilFocic

@HalilFocic for IOS please using react-native-voip-push, it's using PushKit logic to handle call in killed mode, for Android you can using react-native-incoming-call

fukemy avatar Nov 01 '22 15:11 fukemy

Thank you for support @fukemy , really means a lot. This package last updated 2 years ago, does it still work fine with never versions of React native ? I tried to install it and got Maven error, don't really know if I have to manually update something or ?

HalilFocic avatar Nov 04 '22 12:11 HalilFocic

@HalilFocic changing to applicationContext gives "Tried to show an alert while not attached to an Activity" error.

saif0347 avatar Nov 09 '22 09:11 saif0347

@saif0347 How do I change to applicatioContext?

HalilFocic avatar Nov 14 '22 12:11 HalilFocic

@HalilFocic - check this https://github.com/react-native-webrtc/react-native-callkeep/pull/576/files

vinayakathawle avatar Nov 14 '22 12:11 vinayakathawle