You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm integerating my app with
react-native-pjsip
library and I've usedreact-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 callingRNCallKit.endCall(_uuid)
but it's not disconnecting the call from my screenDebug: 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
The text was updated successfully, but these errors were encountered: