Search code examples
androidvoipsinchandroid-sinch-api

A Conference Calling App


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?


Solution

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