Is there any CallKit/CXCallObserver alternative for China region?

I am developing a VOIP app which should also work in China region. I want to detect whether there are any other calls active or ended. This functionality is can be achieved using Callkit CXCallObserver. But CallKit cannot be used in China. So is there any other alternative way to achieve what CXCallObserver offers?

Answered by DTS Engineer in 817312022

I am developing a VOIP app which should also work in China region. I want to detect whether there are any other calls active or ended. This functionality is can be achieved using Callkit CXCallObserver. But CallKit cannot be used in China. So is there any other alternative way to achieve what CXCallObserver offers?

Take a look at "LiveCommunicationKit". In particular, ConversationManager.conversations and ConversationManagerDelegate.conversationManager(_:conversationChanged:) provide similar functionality to CXCallObserver.

__
Kevin Elliott
DTS Engineer, CoreOS/Hardware

I am developing a VOIP app which should also work in China region. I want to detect whether there are any other calls active or ended. This functionality is can be achieved using Callkit CXCallObserver. But CallKit cannot be used in China. So is there any other alternative way to achieve what CXCallObserver offers?

Take a look at "LiveCommunicationKit". In particular, ConversationManager.conversations and ConversationManagerDelegate.conversationManager(_:conversationChanged:) provide similar functionality to CXCallObserver.

__
Kevin Elliott
DTS Engineer, CoreOS/Hardware

Is there any CallKit/CXCallObserver alternative for China region?
 
 
Q