In the project, we are using react-native-callkeep along with @zoom/react-native-videosdk.
Currently, we’re facing an issue where the CallKit screen remains active after ending the call.
I’ve tried using RNCallKeep.getCalls() to retrieve the callUUID and then used RNCallKeep.endCall(callUUID) to end the call, but the CallKit screen still stays open.
I’m unsure if @zoom/react-native-videosdk is triggering CallKit or if this issue is related to Zoom in any way. Could this be a Zoom-related problem?