Open farrukhhashmi65 opened 6 years ago
We have to be sure
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 ?
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.