Cannot kill CallKit screen when end call with Zoom (IOS)

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?


  • @zoom/react-native-videosdk”: “^1.11.0”
  • “react-native-callkeep”: “^4.3.16”

I am also facing the same problem.
Can anyone guide me this ?

This seems to be an issue with callkeep, I’d try asking on their support channels.

Explain the parameter enableCallKit?: boolean; in InitConfig and how it is used. Also, what is the default setup for it?

I am having the same issue.

1 Like

Is there any update?

1 Like

Have you tried disabling the enableCallKit?: boolean; in InitConfig and just using the react-native-callkeep package?

This topic was automatically closed after 30 days. New replies are no longer allowed.