react-native-callkit
react-native-callkit copied to clipboard
EndCall fix
https://github.com/ianlin/react-native-callkit/issues/3
as explained here http://stackoverflow.com/questions/38793722/error-while-requesting-a-transaction-with-cxendcallaction
Hey @eugenehp thanks for this.
In my case using either action.UUID or action.callUUID works as expected. From the log output the value of action.UUID is different from that of action.callUUID while action.callUUID is identical to the uuid I pass when calling startCall react method.
This is a bit weird.. Can you please share some information about your environment like the iOS version and how you use this module?
Thanks!
Hi @ianlin , this PR works for this issue. #3 Hope this one will be merge soon.
@eugenehp Can you please resolve conflict?
According to the apple doc UUID in reportCallWithUUID:(NSUUID *)UUID is
The unique identifier of the call.
Whereas, UUID of CXAction object is
The unique identifier for the action.
and callUUID of CXCallAction object is
The unique identifier for the call associated with the action.
I believe we should stick to the current version where we pass startCallAction.callUUID.
@eugenehp @ianlin @sujameslin Guys, can we close this one?
That needs to be merged. I have also same issue #3 . It is not closed and after a while I am getting "CALL FAILED" message.