Detecting voice call disconnection with Twilio iOS client SDK

假装没事ソ 提交于 2019-12-11 10:19:00

问题


I am using Twilio iOS SDK. The problem i am facing is that when i make an outgoing call and the called party disconnects, I am not receiving any delegate callbacks. I have implemented the TCConnectionDelegate method connectionDidDisconnect. It is never invoked in this case. On the other hand i can successfully disconnect calls from the calling device.

I have tested using their sample app "Basic Phone" . The same problem exists in that app too.


回答1:


After contacting Twilio support itself on this and searching for other solutions, I have reached the conclusion that Twilio iOS SDK does not provide the required functionality. Alternate methods such as using APNS or Pusher will have to be used so as to notify the client about call state changes



来源:https://stackoverflow.com/questions/32052906/detecting-voice-call-disconnection-with-twilio-ios-client-sdk

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