This repository was archived by the owner on May 26, 2019. It is now read-only.
  
  
  
  
  
Description
I'm integerating my app with react-native-pjsip library and I've used react-native-callkit for call-kit handling. When remote user hangup the call then my react-native-pjsip's endpoint method notify me to terminate the call so I'm calling RNCallKit.endCall(_uuid) but it's not disconnecting the call from my screen
Debug: I've thought that maybe RNCallKit.endCall and RNCallKit.startCall is getting different _uids but after printing out the results it's the same _uuid = "cec47dc0-4017-11e9-b085-e3a9fec010a6".
Please let me know If I'm doing anything wrong