I'm using Sinch API for implementing Conference Call in my Android App. I need to create Conference Room, then add one SinchClient and one mobile/landline to that conference.
I searched a lot and some answered to use ConferenceCallout restapi, but I need to do it in pure android. What is a good way to implement it?
Thanks in Advance.