Reputation: 692
I want to create a calling between driver and rider using anonymous phone no. both are not see own no. it actually see the Twilio assign no. how can i integrate in custom PHP and please also tell me the work flow. if u have code must share your git link. I will try using twilio sdk but still not working.i am not getting what we do from PHP side.
Upvotes: 3
Views: 1314
Reputation: 73047
Twilio developer evangelist here.
I'd first start by working through this tutorial we have on masked phone numbers with PHP. This doesn't give you the Android app side of things, but will teach you about how number masking works.
Then, check out the documentation for Twilio Programmable Voice for Android and try to build the quickstart application.
Once you have those two parts, you should be able to fit them together to complete your solution. If you have any trouble with those bits, then please do post on StackOverflow with your code and the feature you are having difficulty with.
Upvotes: 3