Disable Add Call option from CallKit

2019-07-07 08:31发布

Is there a way to disable Add Call option from Callkit when receiving a VoIP call?

I couldn't find any api to disable this. But WhatsApp disabled this feature.

2条回答
smile是对你的礼貌
2楼-- · 2019-07-07 09:00

You need to set both supportsGrouping, supportsUngrouping and supportsHolding properties to false in the CXCallUpdate, and set maximumCallGroups and maximumCallsPerCallGroup to 1 in your CXProviderConfiguration.

查看更多
乱世女痞
3楼-- · 2019-07-07 09:06

Set the supportsGrouping, supportsUngrouping and supportsHolding properties to false in the CXCallUpdate for the call.

查看更多
登录 后发表回答