react-native-callkeep icon indicating copy to clipboard operation
react-native-callkeep copied to clipboard

iOS outbound call always logged as cancelled call

Open folin03 opened this issue 3 years ago • 2 comments

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

folin03 avatar Mar 16 '22 14:03 folin03

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 avatar Mar 16 '22 14:03 folin03

@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

Hesowcharov avatar Aug 10 '22 14:08 Hesowcharov