Twilio calling app bill deduction

≡放荡痞女 提交于 2019-12-02 19:21:08

问题


We are making three way calling android app - two participants are app user and third one is any phone number using TWILIO. We have implemented call feature , our call is being connected but question is We need to know on server end that who is the user who have started the call so that we can deduct bill from that person. AND secondly how can we deduct the bill after every specific time interval say three minute. Please any guideline / algorithm is appreciated.

P.S We are using stripe as a payment gateway and twilio for calling.


回答1:


I am answering my question so that any one can get help with it. I contacted to twilio support by email and getting following response:

You can determine who started the call by checking the timestamps for each call in the conference. The one with the earlier StartTime is the one who started the call.

We don't have any guidelines or algorithms for deducting from your customer's bill at specific intervals.



来源:https://stackoverflow.com/questions/40168229/twilio-calling-app-bill-deduction

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