CallKit 够用吗

Is CallKit Sufficient

我是 ios 开发的新手。我正在尝试构建一个 voip 应用程序,我想知道,我只需要 callkit 吗?或者我需要将它与已经构建的 voip 应用程序集成,例如使用 WebRTC?

您可能已经猜到了,仅有 CallKit 是不够的。 CallKit仅提供系统调用UI,后台系统需要您自行开发。 (当然,您可以使用 Web RTC 而不是 VoIP。)

Use CallKit to integrate your calling services with other call-related apps on the system. CallKit provides the calling interface, and you handle the back-end communication with your VoIP service.

https://developer.apple.com/documentation/callkit