We are using CallKit in our iOS 10 VoIP app. We have noticed that when on a call managed by CallKit, tapping the incall Video button sends a StartCallIntent and so starts a new video call. What we require is to add video to the existing call. So we really need a callback method just as the Mute, Hold and Group buttons call various methods. But there is no callback for the incall Video button.
Anyone know how to solve this problem.
Thanks