react-native-callkeep
react-native-callkeep copied to clipboard
iOS outbound call always logged as cancelled call
Bug report
-
[x] I've checked the example to reproduce the issue.
-
Reproduced on:
-
[ ] Android
-
[x] iOS
Description
Oubound call on iOS is always logged into phone log as 'Cancelled Call'.
What exactly suppose to do RNCallKeep.reportEndCallWithUUID(uuid, reason) ??
Steps to Reproduce
Make outbound call on iOS device
Versions
- Callkeep: 4.3.2
- React Native: 0.66.0
- iOS: 14.8
- Android:
- Phone model: iPhone 7
Logs
Paste here
If you are facing the same issue. You want to call RNCallKeep.reportConnectedOutgoingCallWithUUID(callUuid); when you connect the call. This gives you Outgoing call / Cancelled Call logging in the call Hystory.
This function is not in documentation at all, perhaps may be good mention it in there.
@folin03 Thank you for the answer!
UPD: yes, this method isn't mentioned in README of the project. It would be nice to add it there