1

I was working on a VOIP app two days ago and was successful in implementing a normal App to App calling using Sinch. The app is working fine. When I started I saw in their docs that they supported Conference Calling.

Now upon detailed analysis I came to know that android does not have a conference calling option in their sdk.

So now my question is : Is there any service providers who offer easy setup and usage for conference calling over the net? Please attach the appropriate link to their tutorials.

Is it possible to implement conference calling using Sinch itself? If so how?

Tyson
  • 747
  • 2
  • 6
  • 18

1 Answers1

1

Sinch does have conference calling in the SDK on the callclient use callConference(String conferenceId)

cjensen
  • 2,703
  • 1
  • 16
  • 15
  • It is not resolving `callConference` in my app. What are the header files that I need to add? – Tyson Aug 23 '16 at 15:04
  • I have successfully implemented conference calling thanks for your help. Can help me with [this](http://stackoverflow.com/questions/39127571/add-clients-to-conference-call-in-sinch) – Tyson Aug 24 '16 at 15:37