How do you open the in Call UI after answering a call with callkit

蓝咒 提交于 2019-12-02 02:01:24

CallKit provides better integration to the system and better VoIP app visibility, but they limit the use of their call screens. You must provide call UI yourself.

The main purpose of using CallKit in your VoIP app is to improve its usability when app is killed and phone is locked. By using CallKit, system elevates the shared audio session of your VoIP app as the top priority, in order to improve the user experience. CallKit is also responsible to improve your integration to the system services, like handsfree bluetooth integration, car play, Siri, etc.

As soon as you answer, the CallKit UI is displayed only if the phone is locked. If the phone is unlocked you will be redirected to your app, so is your responsibility to implement an ongoing call UI.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!