ConstAn object containing methods to manage CallKit sessions:
startCallKitSession(config: CallKitConfig) - Starts a CallKit session with the given configurationendCallKitSession() - Ends the current CallKit sessiongetCallKitSessionStatus() - Returns whether there is currently an active CallKit session
A hook for managing CallKit sessions on iOS. Does nothing on other platforms. CallKit provides a native iOS interface for managing VoIP calls, integrating with the system's phone UI and controls. Use this hook when you need fine-grained control over the CallKit session lifecycle.