2

I'm trying to call using plivo. Its working fine well in iOS plivo example but I unable to call using android example? I have use same endpoint what I use in ios but still unable to call. I feel something file is missing in the path "com.plivo.example.outbound.Call (Call - is missing)". I have use source from git plivo example, I'm using android studio help me to fix this.

Rajesh
  • 359
  • 3
  • 14
  • what exactly do you mean, WHAT is plivo? Is it an app? What are you trying to do. – JoxTraex May 05 '15 at 06:14
  • plivo.com is an voip provider, I'm using this and trying to make call, its fine in ios and i'm looking for android. – Rajesh May 05 '15 at 06:26

1 Answers1

0

The Plivo Android SDK is quite easy to set up and use. After endpoint.login(username, password), just call endpoint.createOutgoingCall();

Marius Razvan Varvarei
  • 1,331
  • 1
  • 17
  • 21