react-native-callkit
react-native-callkit copied to clipboard
onRNCallKitPerformEndCallAction not being called after call rejection.
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.
We have to be sure
- Start call UUID and End call UUID are exactly the same.
- There is only on Setup Callkit in an entire app. (
RNCallKit.setup(options);)
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 ?