Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.

onRNCallKitPerformEndCallAction not being called after call rejection. #59

Open
farrukhhashmi65 opened this issue Oct 20, 2018 · 2 comments

Comments

@farrukhhashmi65
Copy link

farrukhhashmi65 commented Oct 20, 2018

On Reject call from call kit view, unable to call this listener on Testflight.

RNCallKit.addEventListener('endCall', this.onRNCallKitPerformEndCallAction);

What can be the issue ?
It is calling successfully after answered call, ended from callkit view. But not when rejected the call directly.

@ttruongatl
Copy link

We have to be sure

  1. Start call UUID and End call UUID are exactly the same.
  2. There is only on Setup Callkit in an entire app. ( RNCallKit.setup(options);)

@izaa
Copy link

izaa commented Feb 9, 2019

Same issue for me, only one setup. If the caller rejects the call, the answerer can still see the call display (for example, answer or decline -view)

@farrukhhashmi65 did you solve this ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants