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.