Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在通话时检测暂停(可能是 VOIP 通话)并使用 Core Audio API 自动发送预先录制的回复。我也探索了 Twilio API,我想知道以下事情的可行性 -
在 iOS 10中引入CallKit后,您可以检测用户是否使用 DTMF 进行了任何操作,这通常是接听 IVR 呼叫的方式。在正常的人机交互的情况下,这应该是不可能的,因为每个调用都具有 supportDTMF 的这个属性
在相反的情况下,您可以在以编程方式拨打电话时添加软暂停和硬暂停,也可以使用简单的init调用。