Ian Yu-Hsun Lin
Ian Yu-Hsun Lin
Yeah it's possible but haven't implemented since I don't have this requirement yet. PR is welcome!
Hey @siemya, Are you testing on the incoming calls or outgoing calls? The system UI is appeared only for incoming calls while `endCall()` method is used for outgoing calls. For...
I think it happens when the `uuid` for `displayIncomingCall()` and `endCall()` are different. Can you verify your uuid?
That's odd, I've only run into this problem when the uuid is not the same. Can you please provide any log (JS and Native) to see what happened there?
Had some tests and yes the **endCall event** will be triggered after every **endCall action**. But still I can't reproduce the problem you have even if I call **RNCallKit.endCall()** twice....
Hey @siemya have you sorted out this problem?
Hi @bsiddiqui @brunsy, thanks for pointing this out. Yeah definitely welcome any PR :)
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`...
Hi @viniychuk, thanks for the PR. I've got 2 questions: 1. I didn't see you use the saved `_lastUUID` instance variable. If it's not being used why we are going...
I've noticed `ConnectionServices` from Android API 23 just then... It looks interesting and just like CallKit on Android. Will get some time looking at it or any PR is welcome.